typo #346
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
sonar.yml
on: push
SonarQube Server
2m 36s
sonarQube Frontend
44s
SonarQube Screenshot
1m 26s
Annotations
4 errors and 3 warnings
|
Unhandled error:
frontend/app/account/resetPassword/[token]/page.tsx#L75
TypeError: Cannot read properties of undefined (reading 'text')
❯ app/account/resetPassword/[token]/page.tsx:75:47
This error originated in "__tests__/account/resetPassword/passwordResetToken.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "Successful reset.". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
Unhandled error:
frontend/app/account/resetPassword/[token]/page.tsx#L75
TypeError: Cannot read properties of undefined (reading 'text')
❯ app/account/resetPassword/[token]/page.tsx:75:47
This error originated in "__tests__/account/resetPassword/passwordResetToken.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "Unsuccessful reset.". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
__tests__/account/resetPassword/passwordResetToken.test.tsx > Submission handling. > Unsuccessful reset.:
frontend/__tests__/account/resetPassword/passwordResetToken.test.tsx#L133
TestingLibraryElementError: Unable to find an element with the text: /Error/i. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<div
class="grid h-screen place-items-center"
>
<div
class="content-center p-3"
>
<h1
class="display-16 mb-3"
>
Forget something?
</h1>
<form
action="#"
>
<div
class="mb-3"
>
<input
class="form-control"
id="password"
name="password"
placeholder="Password"
type="password"
value="TestTest!"
/>
</div>
<div
class="mb-3"
>
<input
class="form-control"
id="passwordConfirm"
name="passwordConfirm"
placeholder="Confirm Password"
type="password"
value="TestTest!"
/>
</div>
<div />
<button
class="btn _signup_button_450773"
type="submit"
>
Submit
</button>
</form>
</div>
</div>
</div>
</body>
Ignored nodes: comments, script, style
<body>
<div>
<div
class="grid h-screen place-items-center"
>
<div
class="content-center p-3"
>
<h1
class="display-16 mb-3"
>
Forget something?
</h1>
<form
action="#"
>
<div
class="mb-3"
>
<input
class="form-control"
id="password"
name="password"
placeholder="Password"
type="password"
value="TestTest!"
/>
</div>
<div
class="mb-3"
>
<input
class="form-control"
id="passwordConfirm"
name="passwordConfirm"
placeholder="Confirm Password"
type="password"
value="TestTest!"
/>
</div>
<div />
<button
class="btn _signup_button_450773"
type="submit"
>
Submit
</button>
</form>
</div>
</div>
</div>
</body>
❯ waitForWrapper node_modules/.pnpm/@testing-library+dom@10.4.0/node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ node_modules/.pnpm/@testing-library+dom@10.4.0/node_modules/@testing-library/dom/dist/query-helpers.js:86:33
❯ __tests__/account/resetPassword/passwordResetToken.test.tsx:133:20
|
|
sonarQube Frontend
Process completed with exit code 1.
|
|
sonarQube Frontend
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
SonarQube Screenshot
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
SonarQube Server
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|