Skip to content

Commit

Permalink
fix flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
sugh01 committed Oct 29, 2024
1 parent 021c6de commit 3b6c34b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions e2e/specs/stateless/extendNames.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ test('should be able to extend multiple names on the address page', async ({

await transactionModal.autoComplete()

await expect(page.getByText('Your "Extend names" transaction was successful')).toBeVisible({
timeout: 15000,
})
expect(page.getByText('Your "Extend names" transaction was successful')).toBeDefined()
await subgraph.sync()

// Should be able to remove this after useQuery is fixed. Using to force a refetch.
Expand Down

0 comments on commit 3b6c34b

Please sign in to comment.