diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2024-06-25 10:18:08 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2024-06-25 10:18:08 +0200 |
| commit | e45f52065ef0cc5df720cb513c866dd87350fc81 (patch) | |
| tree | 907b5eb53f89227b9d2b5aeadaf66789050a6657 /gui/test | |
| parent | 6d9ab2d94b1f3e8e61abd8ffb66959c135e16646 (diff) | |
| download | mullvadvpn-e45f52065ef0cc5df720cb513c866dd87350fc81.tar.xz mullvadvpn-e45f52065ef0cc5df720cb513c866dd87350fc81.zip | |
Disable obfuscation in WireGuard port GUI test
Diffstat (limited to 'gui/test')
| -rw-r--r-- | gui/test/e2e/installed/state-dependent/tunnel-state.spec.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/test/e2e/installed/state-dependent/tunnel-state.spec.ts b/gui/test/e2e/installed/state-dependent/tunnel-state.spec.ts index 4661077902..6c079629fb 100644 --- a/gui/test/e2e/installed/state-dependent/tunnel-state.spec.ts +++ b/gui/test/e2e/installed/state-dependent/tunnel-state.spec.ts @@ -62,6 +62,7 @@ test('App should show correct WireGuard port', async () => { await expect(inData).toContainText(new RegExp(':[0-9]+')); + await exec('mullvad obfuscation set mode off'); await exec('mullvad relay set tunnel wireguard --port=53'); await expectConnected(page); await expect(inData).toContainText(new RegExp(':53')); @@ -71,6 +72,7 @@ test('App should show correct WireGuard port', async () => { await expect(inData).toContainText(new RegExp(':51820')); await exec('mullvad relay set tunnel wireguard --port=any'); + await exec('mullvad obfuscation set mode auto'); }); test('App should show correct WireGuard transport protocol', async () => { |
