fix: update nav link and test for renamed mycelium nodes section

This commit is contained in:
mik-tf
2025-09-06 22:22:11 -04:00
parent 202a0fd622
commit 0b812768ee
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ async fn test_anonymous_marketplace_browsing() -> Result<(), Box<dyn std::error:
// Should show VM/slice options
helper.browser.wait_for_element(".compute-resources, .vm-options, .slice-list").await.ok();
}
"/marketplace/3nodes" => {
"/marketplace/mycelium_nodes" => {
// Should show node listings
helper.browser.wait_for_element(".node-listings, .server-list, .mycelium-node-grid").await.ok();
}