Skip to content

Commit ae83d2f

Browse files
fix wrapName:219 by extending assert wait time
1 parent 36fa04b commit ae83d2f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

e2e/specs/stateless/wrapName.spec.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,10 @@ test('should calculate needed steps without localstorage', async ({
287287
await transactionModal.introButton.click()
288288
await transactionModal.confirm()
289289
await transactionModal.complete()
290-
await expect(page.getByTestId('namewrapper-status')).not.toContainText('Unwrapped')
290+
291+
await expect(page.getByTestId('namewrapper-status')).not.toContainText('Unwrapped', {
292+
timeout: 10000,
293+
})
291294

292295
await profilePage.goto(subname)
293296
await expect(profilePage.record('text', 'description')).toHaveText('test')

0 commit comments

Comments
 (0)