diff --git a/src/frontend/tests/core/integrations/starter-projects.spec.ts b/src/frontend/tests/core/integrations/starter-projects.spec.ts index e783b4eb8..9daa72278 100644 --- a/src/frontend/tests/core/integrations/starter-projects.spec.ts +++ b/src/frontend/tests/core/integrations/starter-projects.spec.ts @@ -126,6 +126,8 @@ test( await page.getByTestId("text_card_container").nth(i).click(); + await page.waitForTimeout(500); + await page.waitForSelector('[data-testid="fit_view"]', { timeout: 5000, });