Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
gigitux committed May 16, 2023
1 parent 670893e commit 44810bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/e2e/specs/shopper/product-query/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ export const addProductQueryBlock = async () => {
};

export const toggleInheritQueryFromTemplateSetting = async () => {
await page.waitForSelector(
block.selectors.editor.inheritQueryFromTemplateSetting
);

const [ button ] = await page.$x(
block.selectors.editor.inheritQueryFromTemplateSetting
);
Expand Down

0 comments on commit 44810bb

Please sign in to comment.