Remove semi colons from html links #3476
gui-pull-request.yml
on: pull_request
🔍 Files Changed
/
Changed Files
5s
🧹 Prettier
37s
Matrix: 🧰 Checks / 🎭 Playwright Tests
📚 Deploy Storybook
/
🚀 Deploy React to Chromatic
5m 56s
GUI Required Checks
0s
Annotations
9 errors and 1 notice
[Dashboard] › integration-test/dashboard/authPreserveEmail.spec.ts:9:1 › preserve email input when changing pages:
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/authPreserveEmail.spec.ts#L1
1) [Dashboard] › integration-test/dashboard/authPreserveEmail.spec.ts:9:1 › preserve email input when changing pages › Interact with email input
Test timeout of 25000ms exceeded.
|
[Dashboard] › integration-test/dashboard/authPreserveEmail.spec.ts:9:1 › preserve email input when changing pages:
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/authPreserveEmail.spec.ts#L19
1) [Dashboard] › integration-test/dashboard/authPreserveEmail.spec.ts:9:1 › preserve email input when changing pages › Interact with email input
Error: expect(locator).toHaveValue(expected)
Locator: getByPlaceholder('Enter your email')
Expected string: "[email protected]"
Received string: "[email protected]"
Call log:
- expect.toHaveValue with timeout 25000ms
- waiting for getByPlaceholder('Enter your email')
26 × locator resolved to <input data-rac="" type="email" name="email" label="Email" data-testid="input" aria-invalid="false" autocomplete="email" placeholder="Enter your email" class="block h-auto max-h-full w-full resize-none bg-transparent cursor-text border-transparent focus-within:border-transparent"/>
- unexpected value "[email protected]"
17 | .goToPage.login()
18 | .withEmailInput(async (emailInput) => {
> 19 | await expect(emailInput).toHaveValue(`2${VALID_EMAIL}`)
| ^
20 | })
21 | .fillEmail(`3${VALID_EMAIL}`)
22 | .goToPage.forgotPassword()
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/authPreserveEmail.spec.ts:19:32)
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/LoginPageActions.ts:84:7)
at /runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:147:48
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:147:31)
at /runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:141:23
at LoginPageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
at LoginPageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
at LoginPageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
at ForgotPasswordPageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
at ForgotPasswordPageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
at ForgotPasswordPageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
at LoginPageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
|
[Dashboard] › integration-test/dashboard/copy.spec.ts:128:1 › cut (keyboard):
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/copy.spec.ts#L139
2) [Dashboard] › integration-test/dashboard/copy.spec.ts:128:1 › cut (keyboard) ──────────────────
Error: expect(received).toBeLessThan(expected)
Expected: < 1
Received: 1
Call Log:
- Test timeout of 25000ms exceeded
137 | await rows.nth(0).evaluate((el) => Number(getComputedStyle(el).opacity)),
138 | ).toBeLessThan(1)
> 139 | }).toPass()
| ^
140 | }))
141 |
142 | test('duplicate', ({ page }) =>
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/copy.spec.ts:139:10)
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/DrivePageActions.ts:256:17)
at /runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:147:48
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:147:31)
at /runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:141:23
at DrivePageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
|
[Dashboard] › integration-test/dashboard/copy.spec.ts:128:1 › cut (keyboard):
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/copy.spec.ts#L139
2) [Dashboard] › integration-test/dashboard/copy.spec.ts:128:1 › cut (keyboard) ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeLessThan(expected)
Expected: < 1
Received: 1
Call Log:
- Test timeout of 25000ms exceeded
137 | await rows.nth(0).evaluate((el) => Number(getComputedStyle(el).opacity)),
138 | ).toBeLessThan(1)
> 139 | }).toPass()
| ^
140 | }))
141 |
142 | test('duplicate', ({ page }) =>
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/copy.spec.ts:139:10)
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/DrivePageActions.ts:256:17)
at /runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:147:48
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:147:31)
at /runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:141:23
at DrivePageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
|
🧰 Checks / 👮 Lint GUI
Process completed with exit code 1.
|
🧰 Checks / 👮 Lint GUI
Process completed with exit code 1.
|
🧰 Checks / 👮 Lint GUI
Property 'value' does not exist on type '"full" | "partial"'. Did you mean 'valueOf'?
|
🧰 Checks / 👮 Lint GUI
Process completed with exit code 2.
|
GUI Required Checks
Process completed with exit code 1.
|
🎭 Playwright Run Summary
2 flaky
[Dashboard] › integration-test/dashboard/authPreserveEmail.spec.ts:9:1 › preserve email input when changing pages
[Dashboard] › integration-test/dashboard/copy.spec.ts:128:1 › cut (keyboard) ───────────────────
3 skipped
286 passed (6.4m)
|