upcoming: [M3-9250] - Fix Subnet Assign and Unassign drawers for Linode Interfaces #25039
ci.yml
on: pull_request
test-manager
17m 56s
test-utilities
36s
test-queries
26s
test-shared
27s
typecheck-ui
34s
typecheck-utilities
29s
typecheck-queries
25s
typecheck-shared
30s
typecheck-manager
1m 20s
publish-packages
0s
publish-storybook
0s
Annotations
4 errors
src/features/VPCs/VPCDetail/VPCSubnetsTable.test.tsx > VPC Subnets table > should display filter input, subnet label, id, ip range, number of linodes, and action menu:
packages/manager/src/features/VPCs/VPCDetail/VPCSubnetsTable.test.tsx#L83
TestingLibraryElementError: Unable to find an element with the text: Assign Linodes. 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
style="padding: .5rem; max-width: 100%;"
>
<div
style="display: flex; align-items: center; gap: .5rem;"
>
<strong
style="font-size: 1rem;"
>
Something went wrong!
</strong>
<button
style="appearance: none; font-size: .6em; border: 1px solid currentcolor; padding: .1rem .2rem; font-weight: bold; border-radius: .25rem;"
>
Hide Error
</button>
</div>
<div
style="height: .25rem;"
/>
<div>
<pre
style="font-size: .7em; border: 1px solid red; border-radius: .25rem; padding: .3rem; color: red; overflow: auto;"
>
<code>
Cannot read properties of undefined (reading 'vpc_interface')
</code>
</pre>
</div>
</div>
</div>
</body>
❯ Object.getElementError ../../node_modules/.pnpm/@testing-library+dom@10.4.0/node_modules/@testing-library/dom/dist/config.js:37:19
❯ ../../node_modules/.pnpm/@testing-library+dom@10.4.0/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ ../../node_modules/.pnpm/@testing-library+dom@10.4.0/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ getByText ../../node_modules/.pnpm/@testing-library+dom@10.4.0/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/features/VPCs/VPCDetail/VPCSubnetsTable.test.tsx:83:5
|
src/features/VPCs/VPCDetail/VPCSubnetsTable.test.tsx > VPC Subnets table > should display no linodes text if there are no linodes associated with the subnet:
packages/manager/src/features/VPCs/VPCDetail/VPCSubnetsTable.test.tsx#L116
TestingLibraryElementError: Unable to find an element with the text: No Linodes. 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
style="padding: .5rem; max-width: 100%;"
>
<div
style="display: flex; align-items: center; gap: .5rem;"
>
<strong
style="font-size: 1rem;"
>
Something went wrong!
</strong>
<button
style="appearance: none; font-size: .6em; border: 1px solid currentcolor; padding: .1rem .2rem; font-weight: bold; border-radius: .25rem;"
>
Hide Error
</button>
</div>
<div
style="height: .25rem;"
/>
<div>
<pre
style="font-size: .7em; border: 1px solid red; border-radius: .25rem; padding: .3rem; color: red; overflow: auto;"
>
<code>
Cannot read properties of undefined (reading 'vpc_interface')
</code>
</pre>
</div>
</div>
</div>
</body>
❯ Object.getElementError ../../node_modules/.pnpm/@testing-library+dom@10.4.0/node_modules/@testing-library/dom/dist/config.js:37:19
❯ ../../node_modules/.pnpm/@testing-library+dom@10.4.0/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ ../../node_modules/.pnpm/@testing-library+dom@10.4.0/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ getByText ../../node_modules/.pnpm/@testing-library+dom@10.4.0/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/features/VPCs/VPCDetail/VPCSubnetsTable.test.tsx:116:5
|
src/features/VPCs/VPCDetail/VPCSubnetsTable.test.tsx > VPC Subnets table > should show linode table head data when table is expanded:
packages/manager/src/features/VPCs/VPCDetail/VPCSubnetsTable.test.tsx#L148
TestingLibraryElementError: Unable to find an element with the text: Linode Label. 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
style="padding: .5rem; max-width: 100%;"
>
<div
style="display: flex; align-items: center; gap: .5rem;"
>
<strong
style="font-size: 1rem;"
>
Something went wrong!
</strong>
<button
style="appearance: none; font-size: .6em; border: 1px solid currentcolor; padding: .1rem .2rem; font-weight: bold; border-radius: .25rem;"
>
Hide Error
</button>
</div>
<div
style="height: .25rem;"
/>
<div>
<pre
style="font-size: .7em; border: 1px solid red; border-radius: .25rem; padding: .3rem; color: red; overflow: auto;"
>
<code>
Cannot read properties of undefined (reading 'vpc_interface')
</code>
</pre>
</div>
</div>
</div>
</body>
❯ Object.getElementError ../../node_modules/.pnpm/@testing-library+dom@10.4.0/node_modules/@testing-library/dom/dist/config.js:37:19
❯ ../../node_modules/.pnpm/@testing-library+dom@10.4.0/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ ../../node_modules/.pnpm/@testing-library+dom@10.4.0/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ getByText ../../node_modules/.pnpm/@testing-library+dom@10.4.0/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/features/VPCs/VPCDetail/VPCSubnetsTable.test.tsx:148:5
|
test-manager
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
packages-api-v4-lib
|
362 KB |
sha256:735523b0e5aa925b8dbb77dc16bdfb9b38feaf8c9e5b2f2ddc7d614778dfaae5
|
|
packages-validation-lib
|
140 KB |
sha256:1f8ed56f024aed2b4709eb8416068ed91b3972791e0d9703ad488d2722d82422
|
|
storybook-build
|
12.2 MB |
sha256:1d347f4112366cdd1c77bf4dc84583451b580282c42bc650fa6f8fe142b5fc50
|
|