Skip to content

Commit

Permalink
this test only run on chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
chloeYue committed Apr 26, 2024
1 parent e0943ea commit 8fd1b58
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const {
completeSRPRevealQuiz,
tapAndHoldToRevealSRP,
completeCreateNewWalletOnboardingFlowWithOptOut,
} = require('../../helpers');
} = require('./helpers');

const VAULT_DECRYPTOR_PAGE = 'https://metamask.github.io/vault-decryptor';

Expand Down Expand Up @@ -103,4 +103,4 @@ describe('Vault Decryptor Page', function () {
assert.equal(recoveredVault[0].data.mnemonic, seedPhrase);
});
});
});
});

0 comments on commit 8fd1b58

Please sign in to comment.