Test against testrig #92
Annotations
1 error, 2 warnings, and 1 notice
OctoPrint/tests/playwright/fixtures.js#L93
1) [chromium] › login.spec.js:79:1 › Successful logout ───────────────────────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /^http:\/\/flashhost\/pic\/(\?.*)?(#.*)?$/
Received string: "http://flashhost/pic/login/?redirect=%2Fpic%2F%3Fl10n%3Den&permissions=STATUS,SETTINGS_READ"
Call log:
- expect.toHaveURL with timeout 15000ms
- waiting for locator(':root')
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic/login/?redirect=%2Fpic%2F%3Fl10n%3Den&permissions=STATUS,SETTINGS_READ"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic/login/?redirect=%2Fpic%2F%3Fl10n%3Den&permissions=STATUS,SETTINGS_READ"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic/login/?redirect=%2Fpic%2F%3Fl10n%3Den&permissions=STATUS,SETTINGS_READ"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic/login/?redirect=%2Fpic%2F%3Fl10n%3Den&permissions=STATUS,SETTINGS_READ"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic/login/?redirect=%2Fpic%2F%3Fl10n%3Den&permissions=STATUS,SETTINGS_READ"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic/login/?redirect=%2Fpic%2F%3Fl10n%3Den&permissions=STATUS,SETTINGS_READ"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic/login/?redirect=%2Fpic%2F%3Fl10n%3Den&permissions=STATUS,SETTINGS_READ"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic/login/?redirect=%2Fpic%2F%3Fl10n%3Den&permissions=STATUS,SETTINGS_READ"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic/login/?redirect=%2Fpic%2F%3Fl10n%3Den&permissions=STATUS,SETTINGS_READ"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic/login/?redirect=%2Fpic%2F%3Fl10n%3Den&permissions=STATUS,SETTINGS_READ"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic/login/?redirect=%2Fpic%2F%3Fl10n%3Den&permissions=STATUS,SETTINGS_READ"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic/login/?redirect=%2Fpic%2F%3Fl10n%3Den&permissions=STATUS,SETTINGS_READ"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic/login/?redirect=%2Fpic%2F%3Fl10n%3Den&permissions=STATUS,SETTINGS_READ"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic/login/?redirect=%2Fpic%2F%3Fl10n%3Den&permissions=STATUS,SETTINGS_READ"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic/login/?redirect=%2Fpic%2F%3Fl10n%3Den&permissions=STATUS,SETTINGS_READ"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic/login/?redirect=%2Fpic%2F%3Fl10n%3Den&permissions=STATUS,SETTINGS_READ"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic/login/?redirect=%2Fpic%2F%3Fl10n%3Den&permissions=STATUS,SETTINGS_READ"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic/login/?redirect=%2Fpic%2F%3Fl10n%3Den&permissions=STATUS,SETTINGS_READ"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic/login/?redirect=%2Fpic%2F%3Fl10n%3Den&permissions=STATUS,SETTINGS_READ"
at ../fixtures.js:93
91 |
92 | coreIsLoading: async () => {
> 93 | await expect(page).toHaveURL(util.getFullUrlRegExp("/"), {
| ^
94 | timeout: 15_000
95 | });
96 | },
at Object.coreIsLoading (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:93:36)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "playwright-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
|
This job succeeded
Loading