Skip to content

Commit 415b02e

Browse files
committed
fix: remark and identity
1 parent 22e3a6b commit 415b02e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/ui/cypress/fixtures/nameDisplay.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ export const multisigWithKusamaIdentity = {
22
publicKey: '0x905f923a67cec79db9e1415567822f2c440e794c4a38b43144bfb1a044b2a2f2',
33
address: 'Fqcoa6z2T8QJkNWMr8M7LcVmPonv7wwARsvciiL7HyUnJc4',
44
identityMain: 'ChainSafe',
5-
subIdentity: 'ChainSafe Validator 0'
5+
subIdentity: 'ChainSafe Validator 0/ChainSafe'
66
}

packages/ui/cypress/tests/unknown-transaction.cy.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ describe('Unknown Transaction', () => {
6262
txSigningModal
6363
.callInfoContainer()
6464
.should('be.visible')
65-
.should('contain.text', 'system.remark')
66-
.should('contain.text', 'remark: multix ftw')
65+
.should('contain.text', '"remark": "multix ftw"')
6766
txSigningModal.approveButton().should('be.enabled')
6867
})
6968
})

0 commit comments

Comments
 (0)