refactor: Refactor seats logic #16642
Annotations
3 errors and 1 notice
Run Tests:
apps/web/playwright/login.2fa.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/login.2fa.e2e.ts:21:7 › 2FA Tests › should allow a user to enable 2FA and login using 2FA
Test timeout of 60000ms exceeded.
|
Run Tests:
apps/web/playwright/login.2fa.e2e.ts#L177
1) [@***com/web] › apps/web/playwright/login.2fa.e2e.ts:21:7 › 2FA Tests › should allow a user to enable 2FA and login using 2FA
page.fill: Target closed
=========================== logs ===========================
waiting for locator('input[name="2fa6"]')
============================================================
175 | await page.fill('input[name="2fa4"]', token[3]);
176 | await page.fill('input[name="2fa5"]', token[4]);
> 177 | await page.fill('input[name="2fa6"]', token[5]);
| ^
178 | }
179 |
at fillOtp (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.2fa.e2e.ts:177:14)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.2fa.e2e.ts:45:7
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.2fa.e2e.ts:23:18
|
Run Tests:
apps/web/playwright/login.2fa.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/login.2fa.e2e.ts:21:7 › 2FA Tests › should allow a user to enable 2FA and login using 2FA
Pending operations:
- page.fill at apps/web/playwright/login.2fa.e2e.ts:177:14
|
Run Tests
1 flaky
[@***com/web] › apps/web/playwright/login.2fa.e2e.ts:21:7 › 2FA Tests › should allow a user to enable 2FA and login using 2FA
3 skipped
76 passed (3.3m)
|
The logs for this run have expired and are no longer available.
Loading