Skip to content

Commit

Permalink
add some wait time to ui test
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Jul 28, 2023
1 parent 910157b commit 10a3a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UI/specs/EmptySite_CloudflareOverGTM_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe("EmptySite_CloudflareOverGTM", function () {
it('should select the tab provided by hash param', async function () {
const urlToTest = "?" + generalParams + "&module=CoreHome&action=index#?" + generalParams + "&activeTab=cloudflare";
await page.goto(urlToTest);

await page.waitForTimeout(250);
const pageElement = await page.$('.page');
expect(await pageElement.screenshot()).to.matchImage('emptySiteDashboard');
});
Expand Down

0 comments on commit 10a3a28

Please sign in to comment.