Skip to content

Commit

Permalink
add endline and deleted doubled closed symfony toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
florine2623 committed Dec 9, 2024
1 parent d495441 commit a46957b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/UI/campaigns/audit/BO/10_payment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,11 @@ describe('BO - Payment', async () => {
boDashboardPage.paymentParentLink,
boDashboardPage.preferencesLink,
);
await preferencesPage.closeSfToolBar(page);

const pageTitle = await preferencesPage.getPageTitle(page);
expect(pageTitle).to.contains(preferencesPage.pageTitle);

const jsErrors = utilsPlaywright.getJsErrors();
expect(jsErrors.length).to.equals(0);
});
});
});

0 comments on commit a46957b

Please sign in to comment.