Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
matstyler committed Sep 17, 2024
1 parent 4917134 commit c764a43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wallets/metamask/src/cypress/MetaMask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export default class MetaMask {

await expect(this.metamaskExtensionPage.locator(HomePageSelectors.copyAccountAddressButton)).toBeVisible()
}

// Lock/Unlock

async lock() {
Expand Down
2 changes: 1 addition & 1 deletion wallets/metamask/src/cypress/configureSynpress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default function configureSynpress(

// Lock/Unlock
lock: () => metamask?.lock(),
unlock: () => metamask?.unlock()
unlock: () => metamask?.unlock(),

// Others

Expand Down
2 changes: 1 addition & 1 deletion wallets/metamask/src/cypress/support/synpressCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export default function synpressCommands() {
Cypress.Commands.add('rejectTokenPermission', () => {
return cy.task('rejectTokenPermission')
})

// Lock/Unlock

Cypress.Commands.add('lock', () => {
Expand Down

0 comments on commit c764a43

Please sign in to comment.