Skip to content

Commit

Permalink
Fixing preFooter test (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-shahid authored Nov 28, 2023
1 parent ef774f0 commit 097b156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/specs/preFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ async function customShareModal(theme, lang) {
}

async function noPageDetails(theme, lang) {
await basicPage.open(theme, lang, 'pageDetails');
await preFooterPage.open(theme, lang, 'pageDetails');
await expect(basicPage.search).toExist(); //Making sure page loads
await expect(preFooterPage.pageDetails).not.toExist();
}

Expand Down

0 comments on commit 097b156

Please sign in to comment.