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