Add Skeleton component
#192
Annotations
7 errors
|
|
|
chartlets.js/packages/lib/src/plugins/mui/Skeleton.test.tsx#L51
TestingLibraryElementError: Unable to find an element by: [data-testid="skeleton-test-id"]
Ignored nodes: comments, script, style
<body>
<div>
<div
style="position: relative;"
/>
</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
❯ getByTestId ../../node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/plugins/mui/Skeleton.test.tsx:51:32
|
|
chartlets.js/packages/lib/src/plugins/mui/Skeleton.test.tsx#L45
TestingLibraryElementError: Unable to find an element by: [data-testid="skeleton-test-id"]
Ignored nodes: comments, script, style
<body>
<div>
<div
style="position: relative; background-color: red;"
/>
</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
❯ getByTestId ../../node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/plugins/mui/Skeleton.test.tsx:45:32
|
|
chartlets.js/packages/lib/src/plugins/mui/Skeleton.test.tsx#L38
TestingLibraryElementError: Unable to find an element by: [data-testid="skeleton-test-id"]
Ignored nodes: comments, script, style
<body>
<div>
<div
style="position: relative;"
/>
</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
❯ getByTestId ../../node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/plugins/mui/Skeleton.test.tsx:38:32
|
|
chartlets.js/packages/lib/src/plugins/mui/Skeleton.test.tsx#L32
TestingLibraryElementError: Unable to find an element by: [data-testid="skeleton-test-id"]
Ignored nodes: comments, script, style
<body>
<div>
<div
style="position: relative;"
/>
</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
❯ getByTestId ../../node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/plugins/mui/Skeleton.test.tsx:32:32
|
|
chartlets.js/packages/lib/src/plugins/mui/Skeleton.test.tsx#L8
TestingLibraryElementError: Unable to find an element by: [data-testid="skeleton-test-id"]
Ignored nodes: comments, script, style
<body>
<div>
<div
style="position: relative;"
/>
</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
❯ getByTestId ../../node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/plugins/mui/Skeleton.test.tsx:8:32
|
|
chartlets.js/packages/lib/src/actions/handleHostStoreChanges.test.tsx#L201
AssertionError: expected { contribPoint: 'panel', …(6) } to deeply equal { contribPoint: 'panel', …(5) }
- Expected
+ Received
Object {
"callbackIndex": 0,
"contribIndex": 0,
"contribPoint": "panel",
"inputIndex": 0,
"inputValues": Array [
"CHL",
],
+ "outputIds": Array [],
"property": "value",
}
❯ src/actions/handleHostStoreChanges.test.tsx:201:23
|
The logs for this run have expired and are no longer available.
Loading