summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
authorHank <hank@mullvad.net>2022-09-15 12:18:35 +0200
committerHank <hank@mullvad.net>2022-09-20 11:34:21 +0200
commitc9ecdae7355e88bdce93c3fc81889cbdb0c335eb (patch)
tree74e85283ceaf648fe15b30b77c050416d300e60f /gui
parent1ef6319d1969cf74584d9641a367cdbf6a5c2472 (diff)
downloadmullvadvpn-c9ecdae7355e88bdce93c3fc81889cbdb0c335eb.tar.xz
mullvadvpn-c9ecdae7355e88bdce93c3fc81889cbdb0c335eb.zip
No point in testing color of an empty label
Diffstat (limited to 'gui')
-rw-r--r--gui/test/e2e/tunnel-state.spec.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/test/e2e/tunnel-state.spec.ts b/gui/test/e2e/tunnel-state.spec.ts
index d139feb196..7b963f4238 100644
--- a/gui/test/e2e/tunnel-state.spec.ts
+++ b/gui/test/e2e/tunnel-state.spec.ts
@@ -156,8 +156,6 @@ test('App should show disconnecting tunnel state', async () => {
const statusLabel = getLabel();
await expect(statusLabel).toBeEmpty();
- const labelColor = await getColor(statusLabel);
- expect(labelColor).toBe(WHITE_COLOR);
const header = getHeader();
const headerColor = await getBackgroundColor(header);