Build and Push to ghcr and use prebuilt images #483
Annotations
2 errors, 1 warning, and 1 notice
Run tests:
frontend/tests/functional/detailed/login.test.ts#L77
1) [firefox] › functional/detailed/login.test.ts:36:1 › forgot password process is working properly
Error: expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected string: "http://localhost:4173/password-reset/confirm?uidb64=NDQ4OTc4NWUtOWM3ZC00NzcyLWFlNjctMTJiNWU0NDdkYjMw&token=c5dkum-524c773eeab7436ed09ee2755e291b09"
Received string: ""
Call log:
- expect.toHaveURL with timeout 10000ms
- waiting for locator(':root')
75 | const resetPasswordPage = await pagePromise;
76 | await resetPasswordPage.waitForLoadState();
> 77 | await expect(resetPasswordPage).toHaveURL(await mailer.emailContent.resetPasswordButton.getAttribute('href') || 'Reset password link could not be found');
| ^
78 |
79 | const resetLoginPage = new LoginPage(resetPasswordPage);
80 | await resetLoginPage.newPasswordInput.fill("new" + testData.user.password);
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/detailed/login.test.ts:77:34
|
Run tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run tests
1 failed
[firefox] › functional/detailed/login.test.ts:36:1 › forgot password process is working properly
4 skipped
457 passed (27.0m)
|
Loading