Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mcleinman committed Oct 24, 2023
1 parent b53aa2b commit 393bdc6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/functional/testSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,11 @@ describe('Settings', function() {
});

it('Checking Developer Menu Reset and Quit', async () => {
// WASM is failing at relaunching the app, so skip this test on WASM
if (this.ctx.wasm) {
return;
}

// magically unlock dev menu
await vpn.setSetting('developerUnlock', 'true');

Expand Down

0 comments on commit 393bdc6

Please sign in to comment.