Skip to content

Commit

Permalink
only rem
Browse files Browse the repository at this point in the history
  • Loading branch information
Seroxdesign authored Jun 20, 2024
1 parent 8e9056c commit 7578006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallets/metamask/test/e2e/renameAccount.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const test = testWithSynpress(metaMaskFixtures(basicSetup))

const { expect } = test

test.only('should rename current account with specified name', async ({ context, metamaskPage }) => {
test('should rename current account with specified name', async ({ context, metamaskPage }) => {
const metamask = new MetaMask(context, metamaskPage, basicSetup.walletPassword)

const accountName = 'Test Account'
Expand Down

0 comments on commit 7578006

Please sign in to comment.