Test against testrig #105
Annotations
1 error and 1 notice
OctoPrint/tests/playwright/fixtures.js#L93
1) [chromium] › connect.spec.js:11:5 › Printer connection › connect & disconnect against virtual printer
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)
|
|
This job succeeded
Loading