diff options
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/test/e2e/tunnel-state.spec.ts | 2 |
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); |
