Fix update info #3545
Annotations
2 errors and 1 notice
🔗 Merge into HTML Report:
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/signUp.spec.ts#L1
1) [Dashboard] › integration-test/dashboard/signUp.spec.ts:9:1 › sign up without organization id › Expect no password error
Test timeout of 25000ms exceeded.
|
🔗 Merge into HTML Report:
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts#L238
1) [Dashboard] › integration-test/dashboard/signUp.spec.ts:9:1 › sign up without organization id › Expect no password error
Error: expect(locator).not.toBeVisible()
Locator: getByTestId('password-input').getByTestId('error')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 25000ms
- waiting for getByTestId('password-input').getByTestId('error')
26 × locator resolved to <span id=":r39:" data-testid="error" class="text-danger text-xs leading-[20px] before:h-[2px] after:h-[2px] macos:before:h-[1px] macos:after:h-[3px] font-medium flex-col before:block after:block before:flex-none after:flex-none before:w-full after:w-full">Your password must be between 6 and 256 character…</span>
- unexpected value "visible"
at integration-test/dashboard/actions/BaseActions.ts:238
236 | } else {
237 | return this.step(`Expect no ${description} error`, async (page) => {
> 238 | await expect(page.getByTestId(testId).getByTestId('error')).not.toBeVisible()
| ^
239 | })
240 | }
241 | }
at callback (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:238:73)
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 RegisterPageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
at RegisterPageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
at RegisterPageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
at RegisterPageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
at RegisterPageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
at RegisterPageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
at RegisterPageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
at RegisterPageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
at RegisterPageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
at RegisterPageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
at RegisterPageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
at RegisterPageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
at RegisterPageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
at RegisterPageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
|
🔗 Merge into HTML Report
1 flaky
[Dashboard] › integration-test/dashboard/signUp.spec.ts:9:1 › sign up without organization id ──
3 skipped
290 passed (6.3m)
|
Loading