Skip to content

Commit

Permalink
revert yarnlock
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Dec 20, 2024
1 parent 732a6ad commit 1e04d22
Show file tree
Hide file tree
Showing 3 changed files with 1,502 additions and 1,406 deletions.
2 changes: 1 addition & 1 deletion packages/ui/cypress/tests/address-bar.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ describe('Account address in the address bar', () => {
cy.url().should('not.include', 'address=')
})

it.only('navigating to home, settings, about, overview does not change the address bar', () => {
it('navigating to home, settings, about, overview does not change the address bar', () => {
const { address, publicKey } = knownMultisigs['test-simple-multisig-1']

// we have a watched account that is a multisig
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/cypress/tests/default-multisigs.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { topMenuItems } from '../support/page-objects/topMenuItems'
import { multisigPage } from '../support/page-objects/multisigPage'

const lolmcshizPubKey = '0x8aee4e164d5d70ac67308f303c7e063e9156903e42c1087bbc530447487fa47f'
export const polkadotSelectedMultiproxy = '13EyMuuDHwtq5RD6w3psCJ9WvJFZzDDion6Fd2FVAqxz1g7K' // CD OpenGov
const polkadotSelectedMultiproxy = '13EyMuuDHwtq5RD6w3psCJ9WvJFZzDDion6Fd2FVAqxz1g7K' // CD OpenGov

const kusamaSelectedMultiproxy = 'J7UBNJqKHkRi3NkxMV6Y43cMk1ZjEJWzq4z4XmqmNCcFTfM'

Expand Down
Loading

0 comments on commit 1e04d22

Please sign in to comment.