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

Commit

Permalink
Merge remote-tracking branch 'origin/angular-v17' into angular-v17
Browse files Browse the repository at this point in the history
  • Loading branch information
koen1711 committed Apr 13, 2024
2 parents 97b6e4c + dc9db82 commit 286d4cf
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 286d4cf

Please sign in to comment.