Skip to content

Commit

Permalink
update profile editor spec for abi record item
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Nov 9, 2023
1 parent be7d797 commit 3d64f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/specs/stateless/profileEditor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ test.describe('wrapped', () => {
await expect(profilePage.record('text', 'nickname')).toHaveText('Test Name')
await page.getByTestId('records-tab').click()

await expect(page.getByTestId('name-details-text')).toHaveText('[{"test":"test"}]')
await expect(page.getByTestId('name-details-abi')).toHaveText('[{"test":"test"}]')
})
})
})
Expand Down

0 comments on commit 3d64f1a

Please sign in to comment.