Fix failing tests

This commit is contained in:
Graham McIntire 2025-06-22 19:33:32 -05:00
parent 43d4792760
commit e91ba7f974
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

5
.cursor/rules/elixir.mdc Normal file
View file

@ -0,0 +1,5 @@
---
description:
globs:
alwaysApply: false
---

View file

@ -58,7 +58,7 @@ defmodule AprsWeb.Integration.AprsStatusTest do
case live(conn, "/status") do
{:ok, view, html} ->
# If status page exists, verify it handles disconnected state
assert html =~ "STATUS"
assert html =~ "System Status"
# Should show disconnected state information
assert has_element?(view, "[data-testid='connection-status']") ||