summaryrefslogtreecommitdiffhomepage
path: root/gui/test
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2022-09-27 13:21:41 +0200
committerOskar Nyberg <oskar@mullvad.net>2022-09-29 10:41:28 +0200
commitfca757b5d4b60ceb580dad6be69ec4d6e76f032b (patch)
treec0a14f00bcd877e528e09f4bc92bff61b99c945c /gui/test
parent1933514245681b913e34a6816a2f5533e9bb3071 (diff)
downloadmullvadvpn-fca757b5d4b60ceb580dad6be69ec4d6e76f032b.tar.xz
mullvadvpn-fca757b5d4b60ceb580dad6be69ec4d6e76f032b.zip
Rename interface settings to user interface settings
Diffstat (limited to 'gui/test')
-rw-r--r--gui/test/unit/history.spec.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/test/unit/history.spec.ts b/gui/test/unit/history.spec.ts
index caec918724..e59a2bee45 100644
--- a/gui/test/unit/history.spec.ts
+++ b/gui/test/unit/history.spec.ts
@@ -7,7 +7,7 @@ const BASE_PATH = RoutePath.launch;
const FIRST_PATH = RoutePath.main;
const SECOND_PATH = RoutePath.settings;
const THIRD_PATH = RoutePath.vpnSettings;
-const FOURTH_PATH = RoutePath.interfaceSettings;
+const FOURTH_PATH = RoutePath.userInterfaceSettings;
const FIFTH_PATH = RoutePath.splitTunneling;
describe('History', () => {