test: Add 500ms timeout to starter-projects spec for timing reliability (#9040)
This commit is contained in:
parent
f860d94123
commit
3df1eb8594
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue