@@ -177,17 +177,18 @@ image::console:overview.png[]
177177// (step {"checkLink": "http://localhost:8080/login", "statusCodes": 200})
178178// (step {"goTo": "http://localhost:8080/login"})
179179// (step {"wait": 30000})
180- // (step {"find": {"selector": "[data-testid='auth-username-input']", "click": true, "type": "superuser"}})
181- // (step {"find": {"selector": "[data-testid='auth-password-input']", "click": true, "type": "secretpassword"}})
182- // (step {"find": {"selector": "button", "elementText": "Log in", "click": true}})
180+ // (step {"find": {"selector": "[data-testid='auth-username-input']", "timeout": 10000, " click": true, "type": "superuser"}})
181+ // (step {"find": {"selector": "[data-testid='auth-password-input']", "timeout": 10000, " click": true, "type": "secretpassword"}})
182+ // (step {"find": {"selector": "button", "elementText": "Log in", "timeout": 10000, " click": true}})
183183// (step {"wait": 30000})
184+ // (step {"checkLink": "http://localhost:8080/overview", "statusCodes": 200})
184185// (step {"goTo": "http://localhost:8080/overview"})
185186// (step {"wait": 30000})
186187// (step {"screenshot": {"path": "../../modules/console/images/overview.png", "overwrite": "always"}})
187188
188189To view details about a specific broker, click *View* at the end of the row in the *Broker Details* table.
189190
190- // (step {"find": {"selector": ".chakra-table tbody tr:last-child td:last-child button", "elementText": "View", "click": true}})
191+ // (step {"find": {"selector": ".chakra-table tbody tr:last-child td:last-child button", "elementText": "View", "timeout": 30000, " click": true}})
191192// (step {"wait": 15000})
192193// (step {"screenshot": {"path": "../../modules/console/images/broker-overview.png", "overwrite": "always"}})
193194
0 commit comments