fix: update nav link and test for renamed mycelium nodes section
This commit is contained in:
		@@ -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();
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user