Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
fix: remove false negative on playwright test (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
pajotg authored Apr 13, 2024
1 parent b3a3a45 commit ffced79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/example.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ test('Double robot selection', async ({ page }) => {
await expect(page.getByText('Original Uno')).toBeHidden();

// For some reason it only happens the second time after entering. so reload the page.
page.reload();
await page.reload();

await page.getByText('Leaphy Original').click();
await page.getByText('Original Uno').click();
Expand Down

0 comments on commit ffced79

Please sign in to comment.