Skip to content

Commit

Permalink
Further bump expect timeout for iframe input (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
kachkaev committed Aug 1, 2022
1 parent 732fcd5 commit ab4e373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/tests/universal/blockpage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test("Updating block properties should update block preview", async ({
const blockFrameLocator = page.frameLocator("iframe[title='block']");

await expect(blockFrameLocator.locator("input")).toBeVisible({
timeout: 10000,
timeout: 30000, // @todo Remove after re-engineering block sandbox
});

const jsonEditor = page.locator(
Expand Down

0 comments on commit ab4e373

Please sign in to comment.