Skip to content

Commit

Permalink
remove navigate step
Browse files Browse the repository at this point in the history
  • Loading branch information
seaona committed Jun 20, 2024
1 parent 2115516 commit 4eb2710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,6 @@ workflows:
requires:
- prep-build-test-mmi
- test-e2e-chrome-vault-decryption:
filters:
branches:
only:
- develop
- /^Version-v(\d+)[.](\d+)[.](\d+)/
requires:
- prep-build
- test-unit-mocha:
Expand Down
5 changes: 2 additions & 3 deletions test/e2e/vault-decryption-chrome.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,8 @@ async function getSRP(driver) {
describe('Vault Decryptor Page', function () {
it('is able to decrypt the vault using the vault-decryptor webapp', async function () {
await withFixtures({}, async ({ driver }) => {
await driver.navigate();
// the first app launch opens a new tab, we need to switch the focus
// to the first one.
// we don't need to use navigate since MM will automatically open in prod build
await driver.waitUntilXWindowHandles(2);
await driver.switchToWindowWithTitle('MetaMask');
// create a new vault through onboarding flow
await completeCreateNewWalletOnboardingFlowWithOptOut(
Expand Down

0 comments on commit 4eb2710

Please sign in to comment.