Skip to content

Commit

Permalink
Add some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nesrineabdmouleh committed Oct 18, 2023
1 parent e6e846b commit 4f051b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/UI/campaigns/functional/BO/01_dashboard/04_helpCard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import type {BrowserContext, Page} from 'playwright';

const baseContext: string = 'functional_BO_dashboard_helpCard';

// Check help card language in dashboard page
describe('BO - dashboard : Help card in order page', async () => {
// Check help card in dashboard page
describe('BO - dashboard : Help card in dashboard page', async () => {
let browserContext: BrowserContext;
let page: Page;

Expand Down

0 comments on commit 4f051b3

Please sign in to comment.