feat(website): search reactoring, fixes, and new features #426
website-tests.yml
on: pull_request
Check format and types
1m 56s
Unit Tests
1m 40s
Annotations
4 errors and 2 warnings
src/components/SearchPage/SearchFullUI.spec.tsx > SearchFullUI > should not render the form with fields with flag notSearchable:
website/src/components/SearchPage/SearchFullUI.spec.tsx#L130
TestingLibraryElementError: Unable to find a label with the text of: Field 1
Ignored nodes: comments, script, style
<body>
<div />
</body>
❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19
❯ getAllByLabelText node_modules/@testing-library/dom/dist/queries/label-text.js:111:38
❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/components/SearchPage/SearchFullUI.spec.tsx:130:23
|
src/components/SearchPage/SearchFullUI.spec.tsx > SearchFullUI > should display timestamp field:
website/src/components/SearchPage/SearchFullUI.spec.tsx#L146
TestingLibraryElementError: Unable to find an element with the text: Timestamp field. 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 />
</body>
❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/components/SearchPage/SearchFullUI.spec.tsx:146:39
|
src/components/SearchPage/SearchFullUI.spec.tsx > SearchFullUI > should display date field:
website/src/components/SearchPage/SearchFullUI.spec.tsx#L165
TestingLibraryElementError: Unable to find an element with the text: Date field. 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 />
</body>
❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/components/SearchPage/SearchFullUI.spec.tsx:165:34
|
Unit Tests
Process completed with exit code 1.
|
Check format and types
This self-hosted runner is currently using runner version 2.315.0. This version is out of date. Please update to the latest version 2.316.1
|
Unit Tests
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.315.0. Please update to the latest version 2.316.1
|