Skip to content

Commit

Permalink
skip identity setting since it is not implemented yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Jul 30, 2024
1 parent fd10035 commit 9633104
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/cypress/tests/setIdentity.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ describe('Set an identity', () => {
})
})

it('Can edit an identity from the new tx button', () => {
// skipping since identity now needs to be handled with the associatedppl chain
it.skip('Can edit an identity from the new tx button', () => {
cy.setupAndVisit({
url: landingPageNetwork('polkadot'),
extensionConnectionAllowed: true,
Expand Down

0 comments on commit 9633104

Please sign in to comment.