Skip to content

Commit

Permalink
fix: fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
mirovladimitrovski committed Jan 17, 2024
1 parent 6281640 commit ba1e0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-e2e/tests/account_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ function runTestSuite(config: typeof testConfigs.svod, providerName: string, res
Scenario(`I can update my consents - ${providerName}`, async ({ I }) => {
I.amOnPage(constants.accountsUrl);
I.waitForText('Profile info', longTimeout);
I.scrollTo('//*[text() = "Other registration details"]');
I.scrollTo('//*[text() = "Legal & Marketing"]', undefined, -100);

I.dontSeeCheckboxIsChecked(consentCheckbox);
I.dontSee('Save');
Expand Down

0 comments on commit ba1e0de

Please sign in to comment.