Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
florine2623 committed Dec 17, 2024
1 parent 341daff commit 9c6d9bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/UI/campaigns/audit/BO/11_international.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ describe('BO - International', async () => {
page,

Check failure on line 315 in tests/UI/campaigns/audit/BO/11_international.ts

View workflow job for this annotation

GitHub Actions / ESLint

Expected indentation of 6 spaces but found 8
boDashboardPage.internationalParentLink,

Check failure on line 316 in tests/UI/campaigns/audit/BO/11_international.ts

View workflow job for this annotation

GitHub Actions / ESLint

Expected indentation of 6 spaces but found 8
boDashboardPage.taxesLink,

Check failure on line 317 in tests/UI/campaigns/audit/BO/11_international.ts

View workflow job for this annotation

GitHub Actions / ESLint

Expected indentation of 6 spaces but found 8
);
await taxesPage.goToEditTaxPage(page, 1);
);
await taxesPage.goToEditTaxPage(page, 1);

const pageTitle = await addTaxPage.getPageTitle(page);
expect(pageTitle).to.contains(addTaxPage.pageTitleEdit);
Expand Down

0 comments on commit 9c6d9bc

Please sign in to comment.