diff --git a/packages/ui/cypress/tests/setIdentity.cy.ts b/packages/ui/cypress/tests/setIdentity.cy.ts index 8048035d..ee31116a 100644 --- a/packages/ui/cypress/tests/setIdentity.cy.ts +++ b/packages/ui/cypress/tests/setIdentity.cy.ts @@ -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,