Skip to content

Commit 6254d76

Browse files
ghiscodingCopilot
authored andcommitted
chore: commit copilot suggestion
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a9953a6 commit 6254d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright/e2e/example07.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ test('submit form with multiple select populated via lazy load', async ({
5656
});
5757

5858
await page.goto('#/example07');
59-
await page.waitForTimeout(1);
59+
await page.waitForSelector('[data-test=select3] .ms-options .ms-option span:text("First")');
6060

6161
// select lazy loaded data
6262
await page.locator('[data-test=select3].ms-parent').click();

0 commit comments

Comments
 (0)