Test against testrig #100
test_against_testrig.yml
on: workflow_dispatch
🏗 Deploy
5m 56s
🧪 E2E
10m 28s
Annotations
10 errors, 1 warning, and 1 notice
[chromium] › connect.spec.js:11:5 › Printer connection › connect & disconnect against virtual printer:
OctoPrint/tests/playwright/fixtures.js#L37
1) [chromium] › connect.spec.js:11:5 › Printer connection › connect & disconnect against virtual printer
Error: expect(received).toBeTruthy()
Received: false
at ../fixtures.js:37
35 | credentials.password
36 | );
> 37 | await expect(response.ok()).toBeTruthy();
| ^
38 | return response;
39 | }
40 | };
at Object.loginDefault (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:37:45)
at Object.gotoLoggedInCore (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:97:17)
at /home/runner/work/devtools/devtools/OctoPrint/tests/playwright/specs/connect.spec.js:6:9
|
[chromium] › connect.spec.js:11:5 › Printer connection › connect & disconnect against virtual printer:
OctoPrint/tests/playwright/fixtures.js#L37
1) [chromium] › connect.spec.js:11:5 › Printer connection › connect & disconnect against virtual printer
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at ../fixtures.js:37
35 | credentials.password
36 | );
> 37 | await expect(response.ok()).toBeTruthy();
| ^
38 | return response;
39 | }
40 | };
at Object.loginDefault (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:37:45)
at Object.gotoLoggedInCore (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:97:17)
at /home/runner/work/devtools/devtools/OctoPrint/tests/playwright/specs/connect.spec.js:6:9
|
[chromium] › connect.spec.js:11:5 › Printer connection › connect & disconnect against virtual printer:
OctoPrint/tests/playwright/fixtures.js#L37
1) [chromium] › connect.spec.js:11:5 › Printer connection › connect & disconnect against virtual printer
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at ../fixtures.js:37
35 | credentials.password
36 | );
> 37 | await expect(response.ok()).toBeTruthy();
| ^
38 | return response;
39 | }
40 | };
at Object.loginDefault (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:37:45)
at Object.gotoLoggedInCore (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:97:17)
at /home/runner/work/devtools/devtools/OctoPrint/tests/playwright/specs/connect.spec.js:6:9
|
[chromium] › login.spec.js:9:5 › Successful login › basic:
OctoPrint/tests/playwright/fixtures.js#L128
2) [chromium] › login.spec.js:9:5 › Successful login › basic ─────────────────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /^http:\/\/flashhost\/pic"\/login\/(\?.*)?(#.*)?$/
Received string: "http://flashhost/pic%22/?l10n=en"
Call log:
- expect.toHaveURL with timeout 15000ms
- waiting for locator(':root')
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
at ../fixtures.js:128
126 |
127 | loginIsLoading: async () => {
> 128 | await expect(page).toHaveURL(util.getFullUrlRegExp("/login/"), {
| ^
129 | timeout: 15_000
130 | });
131 | },
at Object.loginIsLoading (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:128:36)
at Object.loginHasLoaded (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:134:26)
at Object.gotoLogin (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:93:26)
at /home/runner/work/devtools/devtools/OctoPrint/tests/playwright/specs/login.spec.js:6:9
|
[chromium] › login.spec.js:9:5 › Successful login › basic:
OctoPrint/tests/playwright/fixtures.js#L128
2) [chromium] › login.spec.js:9:5 › Successful login › basic ─────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /^http:\/\/flashhost\/pic"\/login\/(\?.*)?(#.*)?$/
Received string: "http://flashhost/pic%22/?l10n=en"
Call log:
- expect.toHaveURL with timeout 15000ms
- waiting for locator(':root')
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
at ../fixtures.js:128
126 |
127 | loginIsLoading: async () => {
> 128 | await expect(page).toHaveURL(util.getFullUrlRegExp("/login/"), {
| ^
129 | timeout: 15_000
130 | });
131 | },
at Object.loginIsLoading (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:128:36)
at Object.loginHasLoaded (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:134:26)
at Object.gotoLogin (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:93:26)
at /home/runner/work/devtools/devtools/OctoPrint/tests/playwright/specs/login.spec.js:6:9
|
[chromium] › login.spec.js:9:5 › Successful login › basic:
OctoPrint/tests/playwright/fixtures.js#L128
2) [chromium] › login.spec.js:9:5 › Successful login › basic ─────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /^http:\/\/flashhost\/pic"\/login\/(\?.*)?(#.*)?$/
Received string: "http://flashhost/pic%22/?l10n=en"
Call log:
- expect.toHaveURL with timeout 15000ms
- waiting for locator(':root')
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
at ../fixtures.js:128
126 |
127 | loginIsLoading: async () => {
> 128 | await expect(page).toHaveURL(util.getFullUrlRegExp("/login/"), {
| ^
129 | timeout: 15_000
130 | });
131 | },
at Object.loginIsLoading (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:128:36)
at Object.loginHasLoaded (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:134:26)
at Object.gotoLogin (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:93:26)
at /home/runner/work/devtools/devtools/OctoPrint/tests/playwright/specs/login.spec.js:6:9
|
[chromium] › login.spec.js:18:5 › Successful login › with remember me:
OctoPrint/tests/playwright/fixtures.js#L128
3) [chromium] › login.spec.js:18:5 › Successful login › with remember me ─────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /^http:\/\/flashhost\/pic"\/login\/(\?.*)?(#.*)?$/
Received string: "http://flashhost/pic%22/?l10n=en"
Call log:
- expect.toHaveURL with timeout 15000ms
- waiting for locator(':root')
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
at ../fixtures.js:128
126 |
127 | loginIsLoading: async () => {
> 128 | await expect(page).toHaveURL(util.getFullUrlRegExp("/login/"), {
| ^
129 | timeout: 15_000
130 | });
131 | },
at Object.loginIsLoading (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:128:36)
at Object.loginHasLoaded (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:134:26)
at Object.gotoLogin (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:93:26)
at /home/runner/work/devtools/devtools/OctoPrint/tests/playwright/specs/login.spec.js:6:9
|
[chromium] › login.spec.js:18:5 › Successful login › with remember me:
OctoPrint/tests/playwright/fixtures.js#L128
3) [chromium] › login.spec.js:18:5 › Successful login › with remember me ─────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /^http:\/\/flashhost\/pic"\/login\/(\?.*)?(#.*)?$/
Received string: "http://flashhost/pic%22/?l10n=en"
Call log:
- expect.toHaveURL with timeout 15000ms
- waiting for locator(':root')
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
at ../fixtures.js:128
126 |
127 | loginIsLoading: async () => {
> 128 | await expect(page).toHaveURL(util.getFullUrlRegExp("/login/"), {
| ^
129 | timeout: 15_000
130 | });
131 | },
at Object.loginIsLoading (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:128:36)
at Object.loginHasLoaded (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:134:26)
at Object.gotoLogin (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:93:26)
at /home/runner/work/devtools/devtools/OctoPrint/tests/playwright/specs/login.spec.js:6:9
|
[chromium] › login.spec.js:18:5 › Successful login › with remember me:
OctoPrint/tests/playwright/fixtures.js#L128
3) [chromium] › login.spec.js:18:5 › Successful login › with remember me ─────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /^http:\/\/flashhost\/pic"\/login\/(\?.*)?(#.*)?$/
Received string: "http://flashhost/pic%22/?l10n=en"
Call log:
- expect.toHaveURL with timeout 15000ms
- waiting for locator(':root')
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
at ../fixtures.js:128
126 |
127 | loginIsLoading: async () => {
> 128 | await expect(page).toHaveURL(util.getFullUrlRegExp("/login/"), {
| ^
129 | timeout: 15_000
130 | });
131 | },
at Object.loginIsLoading (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:128:36)
at Object.loginHasLoaded (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:134:26)
at Object.gotoLogin (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:93:26)
at /home/runner/work/devtools/devtools/OctoPrint/tests/playwright/specs/login.spec.js:6:9
|
[chromium] › login.spec.js:28:5 › Successful login › by keyboard:
OctoPrint/tests/playwright/fixtures.js#L128
4) [chromium] › login.spec.js:28:5 › Successful login › by keyboard ──────────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /^http:\/\/flashhost\/pic"\/login\/(\?.*)?(#.*)?$/
Received string: "http://flashhost/pic%22/?l10n=en"
Call log:
- expect.toHaveURL with timeout 15000ms
- waiting for locator(':root')
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
- locator resolved to <html>…</html>
- unexpected value "http://flashhost/pic%22/?l10n=en"
at ../fixtures.js:128
126 |
127 | loginIsLoading: async () => {
> 128 | await expect(page).toHaveURL(util.getFullUrlRegExp("/login/"), {
| ^
129 | timeout: 15_000
130 | });
131 | },
at Object.loginIsLoading (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:128:36)
at Object.loginHasLoaded (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:134:26)
at Object.gotoLogin (/home/runner/work/devtools/devtools/OctoPrint/tests/playwright/fixtures.js:93:26)
at /home/runner/work/devtools/devtools/OctoPrint/tests/playwright/specs/login.spec.js:6:9
|
🧪 E2E
No files were found with the provided path: /home/runner/work/devtools/devtools/e2econfig/logs. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
32 failed
[chromium] › connect.spec.js:11:5 › Printer connection › connect & disconnect against virtual printer
[chromium] › login.spec.js:9:5 › Successful login › basic ──────────────────────────────────────
[chromium] › login.spec.js:18:5 › Successful login › with remember me ──────────────────────────
[chromium] › login.spec.js:28:5 › Successful login › by keyboard ───────────────────────────────
[chromium] › login.spec.js:54:5 › Failed login › wrong user name ───────────────────────────────
[chromium] › login.spec.js:60:5 › Failed login › wrong password ────────────────────────────────
[chromium] › login.spec.js:79:1 › Successful logout ────────────────────────────────────────────
[chromium] › login.spec.js:101:9 › MFA › correct token ─────────────────────────────────────────
[chromium] › login.spec.js:109:9 › MFA › wrong token ───────────────────────────────────────────
[chromium] › no-error.spec.js:3:1 › Error free page load ───────────────────────────────────────
[chromium] › settings.spec.js:4:1 › Open settings ──────────────────────────────────────────────
[chromium] › settings.spec.js:22:5 › Close settings › via button ───────────────────────────────
[chromium] › settings.spec.js:26:5 › Close settings › via x ────────────────────────────────────
[chromium] › settings.spec.js:30:5 › Close settings › via ESC ──────────────────────────────────
[chromium] › settings.spec.js:34:5 › Close settings › via click outside ────────────────────────
[chromium] › upload.spec.js:7:1 › Successful upload ────────────────────────────────────────────
[firefox] › connect.spec.js:11:5 › Printer connection › connect & disconnect against virtual printer
[firefox] › login.spec.js:9:5 › Successful login › basic ───────────────────────────────────────
[firefox] › login.spec.js:18:5 › Successful login › with remember me ───────────────────────────
[firefox] › login.spec.js:28:5 › Successful login › by keyboard ────────────────────────────────
[firefox] › login.spec.js:54:5 › Failed login › wrong user name ────────────────────────────────
[firefox] › login.spec.js:60:5 › Failed login › wrong password ─────────────────────────────────
[firefox] › login.spec.js:79:1 › Successful logout ─────────────────────────────────────────────
[firefox] › login.spec.js:101:9 › MFA › correct token ──────────────────────────────────────────
[firefox] › login.spec.js:109:9 › MFA › wrong token ────────────────────────────────────────────
[firefox] › no-error.spec.js:3:1 › Error free page load ────────────────────────────────────────
[firefox] › settings.spec.js:4:1 › Open settings ───────────────────────────────────────────────
[firefox] › settings.spec.js:22:5 › Close settings › via button ────────────────────────────────
[firefox] › settings.spec.js:26:5 › Close settings › via x ─────────────────────────────────────
[firefox] › settings.spec.js:30:5 › Close settings › via ESC ───────────────────────────────────
[firefox] › settings.spec.js:34:5 › Close settings › via click outside ─────────────────────────
[firefox] › upload.spec.js:7:1 › Successful upload ─────────────────────────────────────────────
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
8.83 MB |
|