Skip to content

Commit

Permalink
retry CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bryannho committed Oct 3, 2023
1 parent 1086f48 commit 125862c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-tests/tests/widget.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ for (const {alias, id} of specialAliases) {

// connect to default, then connect back to new connection
await page.locator('#connBtn_default').click();
await page.locator(`#connBtn_${id}`).click();
await page.locator(`#connBtn_${id}`).click();

await page.locator(`#connBtn_${id}`).waitFor();
await expect(page.locator(`#connBtn_${id}`)).toContainText('Connected');
Expand Down

0 comments on commit 125862c

Please sign in to comment.