From 963310440234282dbf5e0f8a8bb9df389c73efee Mon Sep 17 00:00:00 2001 From: Thibaut Sardan Date: Tue, 30 Jul 2024 15:15:22 +0200 Subject: [PATCH] skip identity setting since it is not implemented yet --- packages/ui/cypress/tests/setIdentity.cy.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,