Feature: Template flows #4324
Annotations
5 errors and 2 warnings
src/containers/List/List.test.tsx > <List /> > should have a table, search and reset:
src/containers/List/List.test.tsx#L50
TestingLibraryElementError: Unable to find an element by: [data-testid="searchForm"]
Ignored nodes: comments, script, style
<body>
<div />
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div />
</body>
</html>...
❯ Proxy.waitForWrapper node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ src/containers/List/List.test.tsx:50:11
|
src/containers/List/List.test.tsx > <List /> > A row in the table should have an edit and delete button:
src/containers/List/List.test.tsx#L71
TestingLibraryElementError: Unable to find an element by: [data-testid="MoreIcon"]
Ignored nodes: comments, script, style
<body>
<div />
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div />
</body>
</html>...
❯ Proxy.waitForWrapper node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ src/containers/List/List.test.tsx:71:11
|
src/containers/List/List.test.tsx > <List /> actions > click on delete button opens dialog box:
src/containers/List/List.test.tsx#L112
TestingLibraryElementError: Unable to find an element by: [data-testid="MoreIcon"]
Ignored nodes: comments, script, style
<body>
<div />
</body>
Ignored nodes: comments, script, style
<body>
<div />
</body>
❯ waitForWrapper node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ node_modules/@testing-library/dom/dist/query-helpers.js:86:33
❯ src/containers/List/List.test.tsx:112:37
|
src/containers/List/List.test.tsx > <List /> actions > click on agree button shows alert:
src/containers/List/List.test.tsx#L125
TestingLibraryElementError: Unable to find an element by: [data-testid="MoreIcon"]
Ignored nodes: comments, script, style
<body>
<div />
</body>
Ignored nodes: comments, script, style
<body>
<div />
</body>
❯ waitForWrapper node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ node_modules/@testing-library/dom/dist/query-helpers.js:86:33
❯ src/containers/List/List.test.tsx:125:37
|
CI
Process completed with exit code 1.
|
CI
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
CI
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|