test: Add 500ms timeout to starter-projects spec for timing reliability (#9040)

This commit is contained in:
Cristhian Zanforlin Lousa 2025-07-14 10:03:21 -03:00 committed by GitHub
commit 3df1eb8594
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
});