Hello Justin, Justin Stephenson [2020-10-02 15:13 -0400]: > Browsing to http://127.0.0.2:9091/ shows me the expected cockpit login > screen, but browsing to http://127.0.0.2:9091/cockpit/login I just see > 'Authentication failed' > > The resulting js.log has the following line: > > cdp: {'source': 'network', 'level': 'error', 'text': 'Failed to > load resource: the server responded with a status of 401 > (Authentication failed)', 'timestamp': 1601665538764.649, 'url': > 'http://127.0.0.2:9091/cockpit/login', 'networkRequestId': > '1970818.8'} > > Is there something I need to update in how we are executing the tests, > or using the cockpit test library? > https://github.com/Scribery/cockpit-session-recording/blob/master/test/check-application
The login page has changed significantly in 228, so you need to bump your test/common checkout in Makefile to 228. (or 229 while you are at it..) Example: https://github.com/cockpit-project/starter-kit/pull/366 Martin _______________________________________________ cockpit-devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected]
