fix: Improve timeout handling in Blog Writer integration test (#4811)

refactor: improve timeout handling in Blog Writer integration test
This commit is contained in:
anovazzi1 2024-11-25 09:53:15 -03:00 committed by GitHub
commit ca2aa082df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();