diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-08-07 17:08:35 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-08-14 08:41:17 -0300 |
| commit | b600d4b9b409491dd24d044d214b592d755608e6 (patch) | |
| tree | b16b51ca760c00eaa81c8903690060e331cfa9c4 /test | |
| parent | 8bfbdd501489b1163b6c7e8a2b8de823b5ab0e63 (diff) | |
| download | mullvadvpn-b600d4b9b409491dd24d044d214b592d755608e6.tar.xz mullvadvpn-b600d4b9b409491dd24d044d214b592d755608e6.zip | |
Implement IPv6 enable/disable in GUI
Diffstat (limited to 'test')
| -rw-r--r-- | test/components/SelectLocation.spec.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/components/SelectLocation.spec.js b/test/components/SelectLocation.spec.js index a8cd18cba3..8db9c99602 100644 --- a/test/components/SelectLocation.spec.js +++ b/test/components/SelectLocation.spec.js @@ -42,6 +42,7 @@ describe('components/SelectLocation', () => { ], autoConnect: false, allowLan: false, + enableIpv6: true, }; const makeProps = ( |
