Fix: #12830 #15329
Annotations
4 errors, 1 warning, and 1 notice
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.
|
apps/web/playwright/login.2fa.e2e.ts#L172
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="2fa1"]')
============================================================
170 | token = authenticator.generate(***);
171 | }
> 172 | await page.fill('input[name="2fa1"]', token[0]);
| ^
173 | await page.fill('input[name="2fa2"]', token[1]);
174 | await page.fill('input[name="2fa3"]', token[2]);
175 | await page.fill('input[name="2fa4"]', token[3]);
at fillOtp (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.2fa.e2e.ts:172:14)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.2fa.e2e.ts:78:13
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.2fa.e2e.ts:63:5
|
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:172:14
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
The logs for this run have expired and are no longer available.
Loading