-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testing: Add creevey for visual testing STC-534 (#161)
* testing: Add creevey for visual testing STC-534 * tests: updated creevy configs STC-534 * tests: updated test github action STC-534 * chore: remove unused dependencies STC-534
- Loading branch information
Showing
548 changed files
with
2,139 additions
and
718 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
const path = require("path"); | ||
|
||
module.exports = { | ||
diffOptions: { threshold: 0.005 }, | ||
maxRetries: 2, | ||
screenDir: path.join(__dirname, '../tests/images'), | ||
browsers: { | ||
chrome: { | ||
browserName: 'chrome', | ||
// Define initial viewport size | ||
viewport: { width: 1024, height: 768 }, | ||
// Increase parallel sessions | ||
limit: 2, | ||
}, | ||
firefox: { | ||
browserName: 'firefox', | ||
viewport: { width: 1024, height: 768 }, | ||
limit: 2, | ||
}, | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,8 +18,14 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: ianwalter/[email protected] | ||
- uses: actions/setup-node@v2 | ||
- run: yarn install --frozen-lockfile | ||
- run: yarn build-storybook | ||
- run: yarn test | ||
- name: Tests | ||
run: | | ||
yarn storybook --ci & | ||
yarn run creevey | ||
- uses: actions/upload-artifact@v2 | ||
with: | ||
name: report | ||
path: report/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,3 +34,5 @@ build-storybook.log* | |
.vercel | ||
/storybook-static | ||
__diff_output__ | ||
|
||
/report |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,5 +29,8 @@ export const parameters = { | |
value: "#fff" | ||
}, | ||
] | ||
}, | ||
creevey: { | ||
captureElement: "#root > *" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file removed
BIN
-21.4 KB
src/components/Accordion/__image_snapshots__/With Initial Open-snap.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.97 KB
src/components/Autocomplete/__image_snapshots__/Custom Selected Render-snap.png
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-2.14 KB
src/components/Autocomplete/__image_snapshots__/Keep Search After Select-snap.png
Binary file not shown.
Binary file removed
BIN
-2.63 KB
src/components/Autocomplete/__image_snapshots__/Multi With Custom Render-snap.png
Binary file not shown.
Binary file removed
BIN
-2.14 KB
src/components/Autocomplete/__image_snapshots__/Multi With Remove Tags-snap.png
Binary file not shown.
Binary file removed
BIN
-3.32 KB
src/components/Autocomplete/__image_snapshots__/Multi With Tags-snap.png
Binary file not shown.
Binary file removed
BIN
-6.11 KB
src/components/Autocomplete/__image_snapshots__/With Action Buttons-snap.png
Binary file not shown.
Binary file removed
BIN
-3.63 KB
src/components/Autocomplete/__image_snapshots__/With Highlight-snap.png
Binary file not shown.
Binary file removed
BIN
-6.87 KB
...components/Autocomplete/__image_snapshots__/With Label And Helper Text-snap.png
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-568 Bytes
...components/Avatar/__image_snapshots__/Without Source And With Children-snap.png
Binary file not shown.
Binary file removed
BIN
-517 Bytes
src/components/Avatar/__image_snapshots__/Without Source Or Children-snap.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-3.15 KB
...components/EditableField/Autocomplete/__image_snapshots__/Multi Select-snap.png
Diff not rendered.
Binary file removed
BIN
-1.28 KB
...omponents/EditableField/Autocomplete/__image_snapshots__/Single Select-snap.png
Diff not rendered.
Binary file removed
BIN
-4.02 KB
...ents/EditableField/Group/__image_snapshots__/Default With Autocomplete-snap.png
Diff not rendered.
Binary file removed
BIN
-2.84 KB
...ponents/EditableField/Group/__image_snapshots__/Default With Text Area-snap.png
Diff not rendered.
Binary file removed
BIN
-4.43 KB
src/components/EditableField/Group/__image_snapshots__/Default-snap.png
Diff not rendered.
Binary file removed
BIN
-1.04 KB
src/components/EditableField/Select/__image_snapshots__/Default-snap.png
Diff not rendered.
Binary file removed
BIN
-1.51 KB
src/components/EditableField/Select/__image_snapshots__/Error-snap.png
Diff not rendered.
Binary file removed
BIN
-1.56 KB
src/components/EditableField/Select/__image_snapshots__/Loading-snap.png
Diff not rendered.
Binary file removed
BIN
-1.04 KB
src/components/EditableField/Select/__image_snapshots__/Multi-snap.png
Diff not rendered.
Binary file removed
BIN
-1.64 KB
src/components/EditableField/Select/__image_snapshots__/Success-snap.png
Diff not rendered.
Binary file removed
BIN
-1.5 KB
src/components/EditableField/Text/__image_snapshots__/Default-snap.png
Diff not rendered.
Binary file removed
BIN
-4.19 KB
src/components/EditableField/Text/__image_snapshots__/Error-snap.png
Diff not rendered.
Binary file removed
BIN
-2.02 KB
src/components/EditableField/Text/__image_snapshots__/Loading-snap.png
Diff not rendered.
Binary file removed
BIN
-4.76 KB
src/components/EditableField/Text/__image_snapshots__/Success-snap.png
Diff not rendered.
Binary file removed
BIN
-7.16 KB
src/components/EditableField/Text/__image_snapshots__/Text Area Error-snap.png
Diff not rendered.
Binary file removed
BIN
-4.96 KB
src/components/EditableField/Text/__image_snapshots__/Text Area Loading-snap.png
Diff not rendered.
Binary file removed
BIN
-7.75 KB
src/components/EditableField/Text/__image_snapshots__/Text Area Success-snap.png
Diff not rendered.
Binary file removed
BIN
-4.43 KB
src/components/EditableField/Text/__image_snapshots__/Text Area-snap.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff not rendered.
Binary file removed
BIN
-11.4 KB
src/components/FloatingCard/__image_snapshots__/Title Align Start-snap.png
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-3.47 KB
src/components/Highlight/__image_snapshots__/Double Highlight-snap.png
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-21.1 KB
src/components/Highlight/__image_snapshots__/Multiple Highlight-snap.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-648 Bytes
src/components/Input/__image_snapshots__/Text Area Disabled-snap.png
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-648 Bytes
src/components/Input/__image_snapshots__/Text Area Required-snap.png
Diff not rendered.
Binary file removed
BIN
-906 Bytes
src/components/Input/__image_snapshots__/Text Area With Error-snap.png
Diff not rendered.
Binary file removed
BIN
-1.04 KB
src/components/Input/__image_snapshots__/Text Area With Success-snap.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-3.43 KB
src/components/InputGroup/__image_snapshots__/With Text Fields-snap.png
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-2.84 KB
src/components/LinearProgress/__image_snapshots__/With Custom Height-snap.png
Diff not rendered.
Binary file removed
BIN
-11 KB
src/components/LinearProgress/__image_snapshots__/With Progress-snap.png
Diff not rendered.
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-18.8 KB
src/components/MobileModal/__image_snapshots__/Default Open-snap.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-9.25 KB
src/components/MobileModal/__image_snapshots__/Draggable And Dismissible-snap.png
Diff not rendered.
Binary file removed
BIN
-9.25 KB
src/components/MobileModal/__image_snapshots__/Draggable And Scrollable-snap.png
Diff not rendered.
Binary file removed
BIN
-9.25 KB
src/components/MobileModal/__image_snapshots__/Draggable Fullscreen-snap.png
Diff not rendered.
Binary file removed
BIN
-7.85 KB
src/components/MobileModal/__image_snapshots__/Draggable Without Overflow-snap.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-833 Bytes
src/components/PaginationItem/__image_snapshots__/Disabled-snap.png
Diff not rendered.
Binary file removed
BIN
-359 Bytes
src/components/PaginationItem/__image_snapshots__/Ellipsis-snap.png
Diff not rendered.
Binary file removed
BIN
-413 Bytes
src/components/PaginationItem/__image_snapshots__/Example-snap.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-521 Bytes
src/components/PaginationItem/__image_snapshots__/Previous-snap.png
Diff not rendered.
Binary file removed
BIN
-878 Bytes
src/components/PaginationItem/__image_snapshots__/Selected-snap.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-8.22 KB
src/components/Popover/__image_snapshots__/With Background Overlay-snap.png
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-4.28 KB
src/components/Select/__image_snapshots__/Multiple Selection-snap.png
Diff not rendered.
Binary file removed
BIN
-2.77 KB
src/components/Select/__image_snapshots__/With Default Selected Items-snap.png
Diff not rendered.
Binary file removed
BIN
-1.92 KB
src/components/Select/__image_snapshots__/With Default Value-snap.png
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-638 Bytes
src/components/Select/__image_snapshots__/Without Placeholder-snap.png
Diff not rendered.
Binary file removed
BIN
-11.4 KB
src/components/Skeleton/__image_snapshots__/Skeleton Text Examples-snap.png
Diff not rendered.
Binary file removed
BIN
-173 Bytes
src/components/Skeleton/__image_snapshots__/Skeleton Text-snap.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-8.43 KB
src/components/SubNavigationMenu/__image_snapshots__/Custom Width-snap.png
Diff not rendered.
Binary file removed
BIN
-8.35 KB
src/components/SubNavigationMenu/__image_snapshots__/Default-snap.png
Diff not rendered.
Binary file removed
BIN
-7.21 KB
src/components/SubNavigationMenu/__image_snapshots__/Non Collapsible-snap.png
Diff not rendered.
Binary file removed
BIN
-8.43 KB
src/components/SubNavigationMenu/__image_snapshots__/Short Labels-snap.png
Diff not rendered.
Binary file removed
BIN
-9.23 KB
...mponents/SubNavigationMenu/__image_snapshots__/With Third Party Router-snap.png
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-61.4 KB
src/components/Table/__image_snapshots__/Active Row Example-snap.png
Diff not rendered.
Binary file removed
BIN
-61.5 KB
src/components/Table/__image_snapshots__/Controlled Pagination Example-snap.png
Diff not rendered.
Binary file removed
BIN
-61.9 KB
src/components/Table/__image_snapshots__/Controlled Sorting Example-snap.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-34.3 KB
src/components/Table/__image_snapshots__/Loading With Custom Render-snap.png
Diff not rendered.
Binary file removed
BIN
-55.7 KB
src/components/Table/__image_snapshots__/Select Rows Example-snap.png
Diff not rendered.
Binary file removed
BIN
-16 KB
src/components/TableFilters/__image_snapshots__/Custom Order-snap.png
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-5.72 KB
src/components/TableFilters/__image_snapshots__/Without Search-snap.png
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-5.78 KB
src/components/TextField/__image_snapshots__/Text Area Error-snap.png
Diff not rendered.
Binary file removed
BIN
-5.6 KB
src/components/TextField/__image_snapshots__/Text Area Filled-snap.png
Diff not rendered.
Binary file removed
BIN
-6.54 KB
src/components/TextField/__image_snapshots__/Text Area Success-snap.png
Diff not rendered.
Binary file removed
BIN
-648 Bytes
src/components/TextField/__image_snapshots__/Text Area Without Labels-snap.png
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-519 Bytes
src/components/TextField/__image_snapshots__/Without Labels-snap.png
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-7.63 KB
src/components/ValueList/__image_snapshots__/With Less Spacing-snap.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-7.63 KB
src/components/ValuesList/__image_snapshots__/With Less Spacing-snap.png
Diff not rendered.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+2.37 KB
...ages/Design System/Autocomplete/MultiSelect/Keep Search After Select/chrome.png
Oops, something went wrong.
Binary file added
BIN
+2.04 KB
...ges/Design System/Autocomplete/MultiSelect/Keep Search After Select/firefox.png
Oops, something went wrong.
Binary file added
BIN
+2.81 KB
...ages/Design System/Autocomplete/MultiSelect/Multi With Custom Render/chrome.png
Oops, something went wrong.
Binary file added
BIN
+2.42 KB
...ges/Design System/Autocomplete/MultiSelect/Multi With Custom Render/firefox.png
Oops, something went wrong.
Binary file added
BIN
+2.37 KB
...images/Design System/Autocomplete/MultiSelect/Multi With Remove Tags/chrome.png
Oops, something went wrong.
Binary file added
BIN
+2.04 KB
...mages/Design System/Autocomplete/MultiSelect/Multi With Remove Tags/firefox.png
Oops, something went wrong.
Binary file added
BIN
+4.38 KB
tests/images/Design System/Autocomplete/MultiSelect/Multi With Tags/chrome.png
Oops, something went wrong.
Binary file added
BIN
+3.26 KB
tests/images/Design System/Autocomplete/MultiSelect/Multi With Tags/firefox.png
Oops, something went wrong.
Binary file added
BIN
+4.03 KB
...mages/Design System/Autocomplete/SingleSelect/Custom Selected Render/chrome.png
Oops, something went wrong.
Binary file added
BIN
+3.48 KB
...ages/Design System/Autocomplete/SingleSelect/Custom Selected Render/firefox.png
Oops, something went wrong.
Binary file added
BIN
+4.64 KB
tests/images/Design System/Autocomplete/SingleSelect/Default/chrome.png
Oops, something went wrong.
Binary file added
BIN
+3.48 KB
tests/images/Design System/Autocomplete/SingleSelect/Default/firefox.png
Oops, something went wrong.
Binary file added
BIN
+6.87 KB
...s/images/Design System/Autocomplete/SingleSelect/With Action Buttons/chrome.png
Oops, something went wrong.
Binary file added
BIN
+6.05 KB
.../images/Design System/Autocomplete/SingleSelect/With Action Buttons/firefox.png
Oops, something went wrong.
Binary file added
BIN
+4.64 KB
tests/images/Design System/Autocomplete/SingleSelect/With Highlight/chrome.png
Oops, something went wrong.
Binary file added
BIN
+3.48 KB
tests/images/Design System/Autocomplete/SingleSelect/With Highlight/firefox.png
Oops, something went wrong.
Binary file added
BIN
+8.57 KB
...s/Design System/Autocomplete/SingleSelect/With Label And Helper Text/chrome.png
Oops, something went wrong.
Binary file added
BIN
+6.99 KB
.../Design System/Autocomplete/SingleSelect/With Label And Helper Text/firefox.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
File renamed without changes
Oops, something went wrong.
Binary file added
BIN
+589 Bytes
tests/images/Design System/Avatar/Without Source And With Children/chrome.png
Oops, something went wrong.
Binary file added
BIN
+450 Bytes
tests/images/Design System/Avatar/Without Source And With Children/firefox.png
Oops, something went wrong.
Binary file added
BIN
+519 Bytes
tests/images/Design System/Avatar/Without Source Or Children/chrome.png
Oops, something went wrong.
Binary file added
BIN
+423 Bytes
tests/images/Design System/Avatar/Without Source Or Children/firefox.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file renamed
BIN
+372 Bytes
...ge_snapshots__/Filled React Node-snap.png → ...ystem/Button/Filled React Node/chrome.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
File renamed without changes
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
File renamed without changes
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+4.28 KB
tests/images/Design System/EditableField/Autocomplete/Multi Select/chrome.png
Oops, something went wrong.
Binary file added
BIN
+3.13 KB
tests/images/Design System/EditableField/Autocomplete/Multi Select/firefox.png
Oops, something went wrong.
Binary file added
BIN
+1.45 KB
tests/images/Design System/EditableField/Autocomplete/Single Select/chrome.png
Oops, something went wrong.
Binary file added
BIN
+1.28 KB
tests/images/Design System/EditableField/Autocomplete/Single Select/firefox.png
Oops, something went wrong.
Binary file added
BIN
+5.14 KB
...s/images/Design System/EditableField/Group/Default With Autocomplete/chrome.png
Oops, something went wrong.
Binary file added
BIN
+3.92 KB
.../images/Design System/EditableField/Group/Default With Autocomplete/firefox.png
Oops, something went wrong.
Binary file added
BIN
+2.62 KB
tests/images/Design System/EditableField/Group/Default With Text Area/chrome.png
Oops, something went wrong.
Binary file added
BIN
+2.33 KB
tests/images/Design System/EditableField/Group/Default With Text Area/firefox.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+797 Bytes
tests/images/Design System/EditableField/Select/Default/firefox.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+7.13 KB
tests/images/Design System/EditableField/Text/Text Area Error/chrome.png
Oops, something went wrong.
Binary file added
BIN
+6.06 KB
tests/images/Design System/EditableField/Text/Text Area Error/firefox.png
Oops, something went wrong.
Binary file added
BIN
+4.93 KB
tests/images/Design System/EditableField/Text/Text Area Loading/chrome.png
Oops, something went wrong.
Binary file added
BIN
+4.13 KB
tests/images/Design System/EditableField/Text/Text Area Loading/firefox.png
Oops, something went wrong.
Binary file added
BIN
+8.84 KB
tests/images/Design System/EditableField/Text/Text Area Success/chrome.png
Oops, something went wrong.
Binary file added
BIN
+7.32 KB
tests/images/Design System/EditableField/Text/Text Area Success/firefox.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
2f070cb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy preview for herzui ready!
✅ Preview
https://herzui-arv46oykk-micromed.vercel.app
Built with commit 2f070cb.
This pull request is being automatically deployed with vercel-action