summaryrefslogtreecommitdiffhomepage
path: root/gui/test
diff options
context:
space:
mode:
Diffstat (limited to 'gui/test')
-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);