Skip to content

Commit

Permalink
waiting for loaders
Browse files Browse the repository at this point in the history
  • Loading branch information
latin-panda committed Mar 28, 2024
1 parent 2e11c87 commit 0b05a3a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ describe('Privacy policy', () => {
it('should show if the user changes their language', async () => {
await browser.setCookies({ name: 'locale', value: 'es' });
await browser.refresh();
await commonElements.waitForLoaders();
await privacyPage.waitAndAcceptPolicy(await privacyPage.privacyWrapper(), spanishTexts);
expect(await (await commonElements.messagesTab()).isDisplayed()).to.be.true;
});
Expand Down

0 comments on commit 0b05a3a

Please sign in to comment.