Skip to content

Commit 9633104

Browse files
committed
skip identity setting since it is not implemented yet
1 parent fd10035 commit 9633104

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/ui/cypress/tests/setIdentity.cy.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ describe('Set an identity', () => {
8989
})
9090
})
9191

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

0 commit comments

Comments
 (0)