mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-08-09 02:12:53 +02:00
Fixed test
This commit is contained in:
@@ -91,7 +91,8 @@ class TestNodeDetailPage:
|
||||
assert response.status_code == 200
|
||||
# Should display node details
|
||||
assert "Node One" in response.text
|
||||
assert "REPEATER" in response.text
|
||||
# Node type is shown as emoji with title attribute
|
||||
assert 'title="Repeater"' in response.text
|
||||
|
||||
def test_node_detail_displays_public_key(
|
||||
self, client: TestClient, mock_http_client: MockHttpClient
|
||||
|
||||
Reference in New Issue
Block a user