Open pmakode-akamai opened 5 days ago
:x: Failing | :white_check_mark: Passing | :arrow_right_hook: Skipped | :clock1: Duration |
2 Failing | 453 Passing | 2 Skipped | 105m 30s |
Failing Tests | ||
---|---|---|
Spec | Test | |
:x: | machine-image-upload.spec.ts | machine image ยป uploads machine image, mock failed to decompress failed event |
:x: | machine-image-upload.spec.ts | machine image ยป uploads machine image, mock expired upload event |
Use this command to re-run the failing tests:
yarn cy:run -s "cypress/e2e/core/images/machine-image-upload.spec.ts,cypress/e2e/core/images/machine-image-upload.spec.ts"
We need to sort out external dependencies (like react-router-dom
, react-router
, MemoryRouter
, etc) first before migrating this to ui
package. So, keeping this PR in Draft
Description ๐
Move
Tabs
and associated components, story and tests toui
packageChanges ๐
Tabs
and associated components (SafeTabPanel
,TabLinkList
,TabList
,TabPanel
,TabPanels
,Tab
), story and tests to@linode/ui
packageMemoryRouter
to ui package'stestHelpers
utilitiesOptions
typeTab
type toTabProps
to avoid naming conflicts with theTab
component in the barrelindex.ts
file and other parts of the manager package.Target release date ๐๏ธ
N/A
How to test ๐งช
Tabs
is used@linode/ui
in@linode/ui
rm -r packages/manager/node_modules/.cache
+ clear your browser cache before testing StorybookAs an Author, I have considered ๐ค
As an Author, before moving this PR from Draft to Open, I confirmed โ