Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ens credentials check #873

Merged
merged 10 commits into from
Oct 30, 2024
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
Loading