feat: rename 3Nodes to Mycelium Nodes across codebase and documentation

This commit is contained in:
mik-tf
2025-09-06 22:21:15 -04:00
parent add1136a89
commit 202a0fd622
19 changed files with 34 additions and 34 deletions

View File

@@ -86,7 +86,7 @@ async fn test_anonymous_marketplace_browsing() -> Result<(), Box<dyn std::error:
// Test each marketplace category
let categories = vec![
("/marketplace/compute", "compute resources"),
("/marketplace/3nodes", "3nodes"),
("/marketplace/mycelium_nodes", "mycelium_nodes"),
("/marketplace/gateways", "gateways"),
("/marketplace/applications", "applications"),
("/marketplace/services", "services"),
@@ -108,7 +108,7 @@ async fn test_anonymous_marketplace_browsing() -> Result<(), Box<dyn std::error:
}
"/marketplace/3nodes" => {
// Should show node listings
helper.browser.wait_for_element(".node-listings, .server-list, .3node-grid").await.ok();
helper.browser.wait_for_element(".node-listings, .server-list, .mycelium-node-grid").await.ok();
}
"/marketplace/gateways" => {
// Should show gateway services