Skip to content

Commit

Permalink
Merge branch 'main' into dentity-oauth-from-unconnected-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sugh01 authored Oct 30, 2024
2 parents a293dbc + fd77911 commit 19807a5
Show file tree
Hide file tree
Showing 19 changed files with 625 additions and 118 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 19807a5

Please sign in to comment.