Testing OctoPi-UpToDate 1.1.0-1.11.7-20260218132719 #149
test_against_testrig.yml
on: workflow_dispatch
🏗 Deploy
14m 36s
🧪 E2E
6m 45s
Annotations
3 errors, 2 warnings, and 1 notice
|
[firefox] › login.spec.js:107:5 › Failed login › wrong user name:
OctoPrint/tests/playwright/specs/login.spec.js#L110
1) [firefox] › login.spec.js:107:5 › Failed login › wrong user name ──────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('login-submit')
- locator resolved to <button type="submit" id="login-button" data-test-id="login-submit" class="btn btn-block btn-large btn-primary">Log in</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
108 | await page.getByTestId("login-username").fill("idonotexist");
109 | await page.getByTestId("login-password").fill(credentials.password);
> 110 | await page.getByTestId("login-submit").click();
| ^
111 | });
112 |
113 | test("wrong password", async ({page, credentials}) => {
at /home/runner/work/devtools/devtools/OctoPrint/tests/playwright/specs/login.spec.js:110:48
|
|
[firefox] › login.spec.js:107:5 › Failed login › wrong user name:
OctoPrint/tests/playwright/specs/login.spec.js#L127
1) [firefox] › login.spec.js:107:5 › Failed login › wrong user name ──────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('login-error')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('login-error')
14 × locator resolved to <div data-test-id="login-error" id="login-error-credentials" class="alert alert-error login-error">Incorrect username or password. Hint: Both are ca…</div>
- unexpected value "hidden"
125 |
126 | const loginError = page.getByTestId("login-error");
> 127 | await expect(loginError).toBeVisible();
| ^
128 | await expect(loginError).toContainText("Incorrect username or password");
129 | });
130 | });
at /home/runner/work/devtools/devtools/OctoPrint/tests/playwright/specs/login.spec.js:127:34
|
|
[firefox] › login.spec.js:107:5 › Failed login › wrong user name:
OctoPrint/tests/playwright/specs/login.spec.js#L0
1) [firefox] › login.spec.js:107:5 › Failed login › wrong user name ──────────────────────────────
Test timeout of 60000ms exceeded.
|
|
Slow Test:
OctoPrint/tests/playwright/[firefox] › user-agents.spec.js#L0
OctoPrint/tests/playwright/[firefox] › user-agents.spec.js took 1.3m
|
|
Slow Test:
OctoPrint/tests/playwright/[chromium] › user-agents.spec.js#L0
OctoPrint/tests/playwright/[chromium] › user-agents.spec.js took 1.3m
|
|
🎭 Playwright Run Summary
1 flaky
[firefox] › login.spec.js:107:5 › Failed login › wrong user name ───────────────────────────────
103 passed (5.4m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
79.5 MB |
sha256:88c6e18949e75d198bb39dd66324304616e21c7077259de4e236065310dd7caf
|
|