Flaky test improvement

pull/5417/head
zomars 2022-11-26 06:41:24 -07:00
parent 568cc22c60
commit c066a0cba9
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ test.describe("pro user", () => {
await pro.login();
await page.goto("/bookings/upcoming");
await page.waitForSelector('[data-testid="bookings"]');
await page.locator('[data-testid="edit_booking"]').nth(0).click();
await page.locator('[data-testid="reschedule"]').click();
await page.waitForNavigation({