-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix failing e2e #6292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix failing e2e #6292
Changes from 10 commits
846c3b5
9a60d87
f6b1de2
7aa927f
64fb341
070ea13
3c7a98b
c72fa4a
b3577f7
8c26119
9aec35f
a0d4de4
756060c
34eb8a1
a1bb071
8631732
24c8dfb
56680a1
3ee63df
401baa8
6a88f22
ca16b6a
44da815
73a7cea
bc08fc7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,6 @@ | ||
| export const AVAILABILITY = { | ||
| /** Used for product pages with new AvailabilityCard */ | ||
| in1Of: "In 1 of", | ||
| /** Used for voucher/discount pages with old ChannelsAvailabilityCard */ | ||
| in1OutOf: "In 1 out of", | ||
| }; |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -122,6 +122,7 @@ export const Toast = ({ id, type, title, description, action }: ToastProps) => { | |
|
|
||
| return ( | ||
| <Box | ||
| data-test-type={type} | ||
|
||
| display="flex" | ||
| alignItems="flex-start" | ||
| gap={3} | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.