summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTobias Järvelöv <tobias.jarvelov@mullvad.net>2025-03-12 12:46:50 +0100
committerTobias Järvelöv <tobias.jarvelov@mullvad.net>2025-04-28 12:53:03 +0200
commit968ce8488e3a3d23f54dc082cbab8c467361227a (patch)
treec7436c1d7a0536957afb3ab41a860a6055e6b245
parent40a6d0625dcf1685838e17772430fc778245ccd1 (diff)
downloadmullvadvpn-968ce8488e3a3d23f54dc082cbab8c467361227a.tar.xz
mullvadvpn-968ce8488e3a3d23f54dc082cbab8c467361227a.zip
Remove unnecessary test-id check in too-many-devices test
This check is not required as the previous line which waits for the main route already does the same thing.
-rw-r--r--desktop/packages/mullvad-vpn/test/e2e/installed/state-dependent/too-many-devices.spec.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/packages/mullvad-vpn/test/e2e/installed/state-dependent/too-many-devices.spec.ts b/desktop/packages/mullvad-vpn/test/e2e/installed/state-dependent/too-many-devices.spec.ts
index 71dd3cfb8b..d9346d358e 100644
--- a/desktop/packages/mullvad-vpn/test/e2e/installed/state-dependent/too-many-devices.spec.ts
+++ b/desktop/packages/mullvad-vpn/test/e2e/installed/state-dependent/too-many-devices.spec.ts
@@ -45,7 +45,6 @@ test('App should show too many devices', async () => {
await loginButton.click();
await util.waitForRoute(RoutePath.login);
await util.waitForRoute(RoutePath.main);
- await expect(page.getByTestId(RoutePath.main)).toBeVisible();
});
function getInput(page: Page): Locator {