fix: Improve timeout handling in Blog Writer integration test (#4811)
refactor: improve timeout handling in Blog Writer integration test
This commit is contained in:
parent
bd15071b33
commit
ca2aa082df
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ test("Blog Writer", async ({ page }) => {
|
|||
await page.getByTestId("side_nav_options_all-templates").click();
|
||||
await page.getByRole("heading", { name: "Blog Writer" }).click();
|
||||
await page.waitForSelector('[data-testid="fit_view"]', {
|
||||
timeout: 1000,
|
||||
timeout: 5000,
|
||||
});
|
||||
|
||||
await page.getByTestId("fit_view").click();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue