Input-Validation #21
Annotations
8 errors
TypeError: expect(screen.getByText("My Groups")).toBeInTheDocument is not a function. (In 'expect(screen.getByText("My Groups")).toBeInTheDocument()':
components/groups/components/__tests__/myGroups.test.tsx#L36
at /home/runner/work/manifest-app/manifest-app/components/groups/components/__tests__/myGroups.test.tsx:36:43
|
TypeError: expect(screen.getByText("My Groups")).toBeInTheDocument is not a function. (In 'expect(screen.getByText("My Groups")).toBeInTheDocument()':
components/groups/components/__tests__/myGroups.test.tsx#L43
at /home/runner/work/manifest-app/manifest-app/components/groups/components/__tests__/myGroups.test.tsx:43:43
|
TypeError: expect(screen.getByText("title1")).toBeInTheDocument is not a function. (In 'expect(screen.getByText("title1")).toBeInTheDocument()':
components/groups/components/__tests__/myGroups.test.tsx#L55
at /home/runner/work/manifest-app/manifest-app/components/groups/components/__tests__/myGroups.test.tsx:55:40
|
TestingLibraryElementError: Unable to find a label with the text of: denom image skeleton:
node_modules/@testing-library/dom/dist/config.js#L37
Ignored nodes: comments, script, style
<body>
<div>
<div
style="visibility: visible;"
/>
<div>
DenomImage
</div>
</div>
</body>
at getElementError (/home/runner/work/manifest-app/manifest-app/node_modules/@testing-library/dom/dist/config.js:37:19)
at getAllByLabelText (/home/runner/work/manifest-app/manifest-app/node_modules/@testing-library/dom/dist/queries/label-text.js:111:38)
at /home/runner/work/manifest-app/manifest-app/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
at /home/runner/work/manifest-app/manifest-app/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
at /home/runner/work/manifest-app/manifest-app/components/factory/components/__tests__/DenomImage.test.tsx:40:19
|
TestingLibraryElementError: Unable to find an element with the alt text: MFX Token Icon:
node_modules/@testing-library/dom/dist/wait-for.js#L163
Ignored nodes: comments, script, style
<body>
<div>
<div
style="visibility: visible;"
/>
<div>
DenomImage
</div>
</div>
</body>
Ignored nodes: comments, script, style
<html
data-headlessui-focus-visible=""
>
<head />
<body>
<div>
<div
style="visibility: visible;"
/>
<div>
DenomImage
</div>
</div>
</body>
</html>
at waitForWrapper (/home/runner/work/manifest-app/manifest-app/node_modules/@testing-library/dom/dist/wait-for.js:163:31)
at /home/runner/work/manifest-app/manifest-app/components/factory/components/__tests__/DenomImage.test.tsx:48:4
at /home/runner/work/manifest-app/manifest-app/components/factory/components/__tests__/DenomImage.test.tsx:46:16
|
TestingLibraryElementError: Unable to find an element with the alt text: Profile Avatar:
node_modules/@testing-library/dom/dist/wait-for.js#L163
Ignored nodes: comments, script, style
<body>
<div>
<div
style="visibility: visible;"
/>
<div>
DenomImage
</div>
</div>
</body>
Ignored nodes: comments, script, style
<html
data-headlessui-focus-visible=""
>
<head />
<body>
<div>
<div
style="visibility: visible;"
/>
<div>
DenomImage
</div>
</div>
</body>
</html>
at waitForWrapper (/home/runner/work/manifest-app/manifest-app/node_modules/@testing-library/dom/dist/wait-for.js:163:31)
at /home/runner/work/manifest-app/manifest-app/components/factory/components/__tests__/DenomImage.test.tsx:59:8
at /home/runner/work/manifest-app/manifest-app/components/factory/components/__tests__/DenomImage.test.tsx:54:52
|
TestingLibraryElementError: Unable to find an element with the alt text: Token Icon:
node_modules/@testing-library/dom/dist/wait-for.js#L163
Ignored nodes: comments, script, style
<body>
<div>
<div
style="visibility: visible;"
/>
<div>
DenomImage
</div>
</div>
</body>
Ignored nodes: comments, script, style
<html
data-headlessui-focus-visible=""
>
<head />
<body>
<div>
<div
style="visibility: visible;"
/>
<div>
DenomImage
</div>
</div>
</body>
</html>
at waitForWrapper (/home/runner/work/manifest-app/manifest-app/node_modules/@testing-library/dom/dist/wait-for.js:163:31)
at /home/runner/work/manifest-app/manifest-app/components/factory/components/__tests__/DenomImage.test.tsx:61:11
at /home/runner/work/manifest-app/manifest-app/components/factory/components/__tests__/DenomImage.test.tsx:64:4
|
build
Process completed with exit code 1.
|