Skip to content
8 changes: 4 additions & 4 deletions modules/get-started/pages/quick-start.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -176,17 +176,17 @@ image::console:overview.png[]
// (step {"checkLink": "http://localhost:8080/login", "statusCodes": 200})
// (step {"goTo": "http://localhost:8080/login"})
// (step {"wait": 30000})
// (step {"find": {"selector": "[data-testid='auth-username-input']", "click": true, "type": "superuser"}})
// (step {"find": {"selector": "[data-testid='auth-password-input']", "click": true, "type": "secretpassword"}})
// (step {"find": {"selector": "button", "elementText": "Log in", "click": true}})
// (step {"find": {"selector": "[data-testid='auth-username-input']", "timeout": 10000, "click": true, "type": "superuser"}})
// (step {"find": {"selector": "[data-testid='auth-password-input']", "timeout": 10000, "click": true, "type": "secretpassword"}})
// (step {"find": {"selector": "button", "elementText": "Log in", "timeout": 10000, "click": true}})
// (step {"wait": 30000})
// (step {"goTo": "http://localhost:8080/overview"})
// (step {"wait": 30000})
// (step {"screenshot": {"path": "../../modules/console/images/overview.png", "overwrite": "aboveVariation", "maxVariation": 10}})

To view details about a specific broker, click *View* at the end of the row in the *Broker Details* table.

// (step {"find": {"selector": ".chakra-table tbody tr:last-child td:last-child button", "elementText": "View", "click": true}})
// (step {"find": {"selector": ".chakra-table tbody tr:last-child td:last-child button", "elementText": "View", "timeout": 10000, "click": true}})
// (step {"wait": 15000})
// (step {"screenshot": {"path": "../../modules/console/images/broker-overview.png", "overwrite": "aboveVariation", "maxVariation": 10}})

Expand Down
Loading