Set up server side row model for table visualization #3537
Annotations
2 errors, 1 warning, and 1 notice
🔗 Merge into HTML Report:
../../../../../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.
|
🔗 Merge into HTML Report:
../../../../../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')
27 × 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)
|
🔗 Merge into HTML Report:
app/gui/[Dashboard] › integration-test/dashboard/copy.spec.ts#L1
app/gui/[Dashboard] › integration-test/dashboard/copy.spec.ts took 15.7s
|
🔗 Merge into HTML Report
1 flaky
[Dashboard] › integration-test/dashboard/authPreserveEmail.spec.ts:9:1 › preserve email input when changing pages
2 skipped
218 passed (5.3m)
|
Loading