We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9953a6 commit 6254d76Copy full SHA for 6254d76
playwright/e2e/example07.spec.ts
@@ -56,7 +56,7 @@ test('submit form with multiple select populated via lazy load', async ({
56
});
57
58
await page.goto('#/example07');
59
- await page.waitForTimeout(1);
+ await page.waitForSelector('[data-test=select3] .ms-options .ms-option span:text("First")');
60
61
// select lazy loaded data
62
await page.locator('[data-test=select3].ms-parent').click();
0 commit comments