Skip to content

Commit

Permalink
Merge pull request #873 from ensdomains/fix-verification-spoof-bug
Browse files Browse the repository at this point in the history
Add ens credentials check
  • Loading branch information
sugh01 authored Oct 30, 2024
2 parents d084b0b + cf8d901 commit fd77911
Show file tree
Hide file tree
Showing 13 changed files with 457 additions and 115 deletions.
3 changes: 2 additions & 1 deletion e2e/specs/stateless/extendNames.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { daysToSeconds } from '@app/utils/time'

import { test } from '../../../playwright'

test('should be able to register multiple names on the address page', async ({
test('should be able to extend multiple names on the address page', async ({
page,
accounts,
login,
Expand Down Expand Up @@ -89,6 +89,7 @@ test('should be able to register multiple names on the address page', async ({
await page.waitForLoadState('networkidle')

await transactionModal.autoComplete()
await page.waitForLoadState('networkidle')

await expect(page.getByText('Your "Extend names" transaction was successful')).toBeVisible({
timeout: 10000,
Expand Down
Loading

0 comments on commit fd77911

Please sign in to comment.