Skip to content

Commit

Permalink
remove unneeded waitForTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pandemicsyn committed Aug 6, 2024
1 parent 0a57d1a commit 9dcec3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions e2e/playwright/tests/change-channel/test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ test('change channel', async ({ page }) => {
await expect(page.locator('#app')).toContainText('1.0.3', { timeout: 10000 });
await expect(page.locator('#app')).toContainText('Upstream Update', { timeout: 10000 });

await page.waitForTimeout(5000);

await page.getByRole('button', { name: 'Deploy', exact: true }).click();
await page.getByRole('button', { name: 'Yes, Deploy' }).click();

Expand Down

0 comments on commit 9dcec3f

Please sign in to comment.