Remove password-strength-meter from login page #49
Annotations
8 errors, 26 warnings, and 1 notice
Integration tests (.NET)
Process completed with exit code 1.
|
Integration tests (Playwright):
frontend/tests/fixtures.ts#L35
1) [chromium] › emailWorkflow.test.ts:79:1 › forgot password ─────────────────────────────────────
Error: Unexpected response: 530
expect(received).toBeLessThan(expected)
Expected: < 500
Received: 530
at fixtures.ts:35
33 | function addUnexpectedResponseListener(context: BrowserContext): void {
34 | context.addListener('response', response => {
> 35 | expect.soft(response.status(), `Unexpected response: ${response.status()}`).toBeLessThan(500);
| ^
36 | if (response.request().isNavigationRequest()) {
37 | expect.soft(response.status(), `Unexpected response: ${response.status()}`).toBeLessThan(400);
38 | }
at BrowserContext.<anonymous> (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/fixtures.ts:35:81)
|
Integration tests (Playwright):
frontend/tests/emailWorkflow.test.ts#L1
1) [chromium] › emailWorkflow.test.ts:79:1 › forgot password ─────────────────────────────────────
Test timeout of 30000ms exceeded while setting up "tempUser".
|
Integration tests (Playwright):
frontend/tests/pages/basePage.ts#L63
1) [chromium] › emailWorkflow.test.ts:79:1 › forgot password ─────────────────────────────────────
Error: locator.waitFor: Test ended.
Call log:
- waiting for locator('.hydrating') to be detached
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div cla
|
Integration tests (Playwright):
frontend/tests/fixtures.ts#L35
2) [chromium] › resetProject.test.ts:20:1 › reset project and upload .zip file ───────────────────
Error: Unexpected response: 500
expect(received).toBeLessThan(expected)
Expected: < 500
Received: 500
at fixtures.ts:35
33 | function addUnexpectedResponseListener(context: BrowserContext): void {
34 | context.addListener('response', response => {
> 35 | expect.soft(response.status(), `Unexpected response: ${response.status()}`).toBeLessThan(500);
| ^
36 | if (response.request().isNavigationRequest()) {
37 | expect.soft(response.status(), `Unexpected response: ${response.status()}`).toBeLessThan(400);
38 | }
at BrowserContext.<anonymous> (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/fixtures.ts:35:81)
|
Integration tests (Playwright):
frontend/tests/fixtures.ts#L35
2) [chromium] › resetProject.test.ts:20:1 › reset project and upload .zip file ───────────────────
Error: Unexpected response: 500
expect(received).toBeLessThan(expected)
Expected: < 500
Received: 500
at fixtures.ts:35
33 | function addUnexpectedResponseListener(context: BrowserContext): void {
34 | context.addListener('response', response => {
> 35 | expect.soft(response.status(), `Unexpected response: ${response.status()}`).toBeLessThan(500);
| ^
36 | if (response.request().isNavigationRequest()) {
37 | expect.soft(response.status(), `Unexpected response: ${response.status()}`).toBeLessThan(400);
38 | }
at BrowserContext.<anonymous> (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/fixtures.ts:35:81)
|
Integration tests (Playwright):
frontend/tests/emailWorkflow.test.ts#L1
3) [firefox] › emailWorkflow.test.ts:79:1 › forgot password ──────────────────────────────────────
Test timeout of 30000ms exceeded while setting up "tempUser".
|
Integration tests (Playwright):
frontend/tests/pages/basePage.ts#L63
3) [firefox] › emailWorkflow.test.ts:79:1 › forgot password ──────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.hydrating') to be detached
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
- locator resolved to visible <div class="flex flex-col justify-between min-h-full …>…</div>
at pages/basePage.ts:63
61 |
62 | static async waitForHydration(page: Page): Promise<void> {
> 63 | await page.locator('.hydrating').waitFor({state: 'detached'});
| ^
64 | }
65 | }
66 |
at Function.waitForHydration (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/pages/basePage.ts:63:38)
at RegisterPage.waitFor (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/pages/basePage.ts:57:20)
at RegisterPage.goto (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/pages/basePage.ts:43:7)
at registerUser (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/utils/authHelpers.ts:32:24)
at Object.tempUser (/home/runner/work/languageforge-lexbox/languageforge-lexbox/frontend/tests/fixtures.ts:64:24)
|
Publish unit test results
Running this action via 'uses: EnricoMi/publish-unit-test-result-action/composite@v2 is deprecated! For details, see: https://github.com/EnricoMi/publish-unit-test-result-action/tree/v2#running-as-a-composite-action
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Dotnet build:
backend/FixFwData/Program.cs#L1
The variable 'doNothing' is assigned but its value is never used
|
Dotnet build:
backend/MiniLcm/MultiString.cs#L53
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IDictionary.Add(object key, object? value)' (possibly because of nullability attributes).
|
Dotnet build:
backend/MiniLcm/WritingSystemId.cs#L30
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Dotnet build:
backend/MiniLcm/WritingSystemId.cs#L31
Non-nullable property 'Abbreviation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Dotnet build:
backend/MiniLcm/WritingSystemId.cs#L32
Non-nullable property 'Font' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Dotnet build:
backend/MiniLcm/WritingSystemId.cs#L10
Possible null reference argument for parameter 's' in 'WritingSystemId WritingSystemId.Parse(string s, IFormatProvider? provider)'.
|
Dotnet build:
backend/MiniLcm/WritingSystemId.cs#L19
Possible null reference argument for parameter 's' in 'WritingSystemId WritingSystemId.Parse(string s, IFormatProvider? provider)'.
|
Dotnet build:
backend/MiniLcm/InMemoryApi.cs#L166
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Dotnet build:
backend/MiniLcm/InMemoryApi.cs#L190
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Dotnet build:
backend/LexCore/Entities/ProjectUsers.cs#L8
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Integration tests (.NET)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Integration tests (.NET):
backend/LfClassicData/LfClassicConfig.cs#L5
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Integration tests (.NET):
backend/LfClassicData/Entities/LfId.cs#L123
Dereference of a possibly null reference.
|
Integration tests (.NET):
backend/LfClassicData/LfClassicLexboxApi.cs#L155
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Integration tests (.NET):
backend/LexBoxApi/Auth/Attributes/LexboxAuthAttribute.cs#L15
Nullability of reference types in type of parameter 'value' of 'void LexboxAuthAttribute.Policy.set' doesn't match implicitly implemented member 'void IAuthorizeData.Policy.set' (possibly because of nullability attributes).
|
Integration tests (.NET):
backend/LexBoxApi/Services/EmailService.cs#L102
Cannot convert null literal to non-nullable reference type.
|
Integration tests (.NET):
backend/LexBoxApi/Services/UserService.cs#L7
Parameter 'lexAuthService' is unread.
|
Integration tests (.NET):
backend/LexBoxApi/Auth/LoggedInContext.cs#L24
Possible null reference argument for parameter 'activity' in 'void ActivityExtensions.RecordException(Activity activity, Exception? ex)'.
|
Integration tests (.NET):
backend/LexBoxApi/Jobs/CleanupResetBackupJob.cs#L7
Parameter 'hgService' is unread.
|
Integration tests (.NET):
backend/LexBoxApi/Auth/JwtTicketDataFormat.cs#L122
'JwtBearerOptions.SecurityTokenValidators' is obsolete: 'SecurityTokenValidators is no longer used by default. Use TokenHandlers instead. To continue using SecurityTokenValidators, set UseSecurityTokenValidators to true. See https://aka.ms/aspnetcore8/security-token-changes'
|
Build for tests:
backend/Testing/LexCore/LexAuthUserTests.cs#L55
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
|
Build for tests:
backend/Testing/LexCore/LexAuthUserTests.cs#L182
Dereference of a possibly null reference.
|
Build for tests:
backend/Testing/LexCore/LexAuthUserTests.cs#L55
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
|
Build for tests:
backend/Testing/LexCore/LexAuthUserTests.cs#L182
Dereference of a possibly null reference.
|
Integration tests (Playwright)
3 flaky
[chromium] › emailWorkflow.test.ts:79:1 › forgot password ──────────────────────────────────────
[chromium] › resetProject.test.ts:20:1 › reset project and upload .zip file ────────────────────
[firefox] › emailWorkflow.test.ts:79:1 › forgot password ───────────────────────────────────────
57 passed (7.2m)
|
Loading