Restore expand-icon test id (#2856)
* Remove expand icon in ChannelList * Update macaw ui to 0.7.1
This commit is contained in:
parent
550ef12ab2
commit
769268a9a7
3 changed files with 8 additions and 10 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -23,7 +23,7 @@
|
|||
"@material-ui/lab": "^4.0.0-alpha.61",
|
||||
"@material-ui/styles": "^4.11.4",
|
||||
"@reach/auto-id": "^0.16.0",
|
||||
"@saleor/macaw-ui": "0.7.0",
|
||||
"@saleor/macaw-ui": "0.7.1",
|
||||
"@saleor/sdk": "^0.4.4",
|
||||
"@sentry/react": "^6.0.0",
|
||||
"@types/faker": "^5.1.6",
|
||||
|
@ -8253,9 +8253,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@saleor/macaw-ui": {
|
||||
"version": "0.7.0",
|
||||
"resolved": "https://registry.npmjs.org/@saleor/macaw-ui/-/macaw-ui-0.7.0.tgz",
|
||||
"integrity": "sha512-RslkWPkjV8v0P5tz9uJJAS8cj3jGlMsmv8Z8jmteb/Uz+6vfGepAClUBrHt2fby9JRHivPZyn9eBbYW3xNb8Yw==",
|
||||
"version": "0.7.1",
|
||||
"resolved": "https://registry.npmjs.org/@saleor/macaw-ui/-/macaw-ui-0.7.1.tgz",
|
||||
"integrity": "sha512-DB4LleO04Ez0CjjMD07XnK40f8wf/XnYlJVggiGbHMEveBEAm6MfmvYgH4+kjPl49Vax8uCv4G39lDEivSJQ6Q==",
|
||||
"dependencies": {
|
||||
"@floating-ui/react-dom-interactions": "^0.5.0",
|
||||
"clsx": "^1.1.1",
|
||||
|
@ -50683,9 +50683,9 @@
|
|||
}
|
||||
},
|
||||
"@saleor/macaw-ui": {
|
||||
"version": "0.7.0",
|
||||
"resolved": "https://registry.npmjs.org/@saleor/macaw-ui/-/macaw-ui-0.7.0.tgz",
|
||||
"integrity": "sha512-RslkWPkjV8v0P5tz9uJJAS8cj3jGlMsmv8Z8jmteb/Uz+6vfGepAClUBrHt2fby9JRHivPZyn9eBbYW3xNb8Yw==",
|
||||
"version": "0.7.1",
|
||||
"resolved": "https://registry.npmjs.org/@saleor/macaw-ui/-/macaw-ui-0.7.1.tgz",
|
||||
"integrity": "sha512-DB4LleO04Ez0CjjMD07XnK40f8wf/XnYlJVggiGbHMEveBEAm6MfmvYgH4+kjPl49Vax8uCv4G39lDEivSJQ6Q==",
|
||||
"requires": {
|
||||
"@floating-ui/react-dom-interactions": "^0.5.0",
|
||||
"clsx": "^1.1.1",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"@material-ui/lab": "^4.0.0-alpha.61",
|
||||
"@material-ui/styles": "^4.11.4",
|
||||
"@reach/auto-id": "^0.16.0",
|
||||
"@saleor/macaw-ui": "0.7.0",
|
||||
"@saleor/macaw-ui": "0.7.1",
|
||||
"@saleor/sdk": "^0.4.4",
|
||||
"@sentry/react": "^6.0.0",
|
||||
"@types/faker": "^5.1.6",
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
import { CardContent, Typography } from "@material-ui/core";
|
||||
import IconChevronDown from "@saleor/icons/ChevronDown";
|
||||
import { Accordion, AccordionSummary } from "@saleor/macaw-ui";
|
||||
import React from "react";
|
||||
|
||||
|
@ -25,7 +24,6 @@ export const ChannelsList: React.FC<ChannelListProps> = ({
|
|||
<Accordion classes={expanderClasses}>
|
||||
<CardContent className={classes.summaryContent}>
|
||||
<AccordionSummary
|
||||
expandIcon={<IconChevronDown />}
|
||||
className={summaryClasses.root}
|
||||
data-test-id="channels-variant-availability-summary"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue