Skip to content

Commit

Permalink
Wait for 5s after dropdown click
Browse files Browse the repository at this point in the history
  • Loading branch information
languy committed Jul 8, 2024
1 parent b06e886 commit 847e9ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/sql/selfServeExample.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ test("Self Serve", async ({ page }) => {

const regionDropdown = explorer.frame.getByText("Select a region");
await regionDropdown.click();
await page.waitForTimeout(5000);
const firstOption = explorer.frame.getByRole("option").first();
await firstOption.waitFor();
await firstOption.click();
Expand Down

0 comments on commit 847e9ad

Please sign in to comment.