zrhoffman commented on PR #7398:
URL: https://github.com/apache/trafficcontrol/pull/7398#issuecomment-1464647004
One of the tests fails
```js
✔ Element <input[name=fuzzControl]> was present after 69 milliseconds.
✔ Passed [ok]: true ok
✖ NightwatchAssertError
Failed [ok]: (The expression evaluated to a falsy value:
assertModule[propName].apply(null, this.args)
) - expected "true" but got: "false" (1ms)
Error location:
/home/runner/work/trafficcontrol/trafficcontrol/experimental/traffic-portal/dist/nightwatch/tests/servers/physLoc/table.spec.js:
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
61 | browser.elements("css selector", "div.ag-row",
function (rows) {
62 | browser.assert.ok(rows.status === 0);
63 | browser.assert.ok(rows.value.length >= 2);
64 | });
65 | return [2 /*return*/];
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]