Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Jul 5, 2022
1 parent 71f7fda commit 730538a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/run-all.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async function main() {
path.join(testDir, filename),
);

if (!snaps) {
if (!snaps && !mv3) {
testPaths.push(path.join(__dirname, 'metamask-ui.spec.js'));
}

Expand Down

0 comments on commit 730538a

Please sign in to comment.