-
Notifications
You must be signed in to change notification settings - Fork 25
EVG-20833 Update modal to latest version #2039
Conversation
Passing run #12724 ↗︎
Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
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.
great stuff!
package.json
Outdated
@@ -78,9 +78,9 @@ | |||
"@leafygreen-ui/interaction-ring": "7.0.2", | |||
"@leafygreen-ui/leafygreen-provider": "3.1.0", | |||
"@leafygreen-ui/loading-indicator": "2.0.5", | |||
"@leafygreen-ui/marketing-modal": "^4.0.5", | |||
"@leafygreen-ui/marketing-modal": "^4.1.0", |
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.
good opportunity to pin 👀
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.
actually we do not use this dep I think! delete?
@@ -8,14 +8,16 @@ describe("Name change modal", () => { | |||
cy.contains(originalName); | |||
cy.dataCy("name-change-modal-trigger").click(); | |||
const newName = "a different name"; | |||
cy.get("textarea").clear().type(newName); |
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.
ty for fixing these!
@@ -0,0 +1,16 @@ | |||
// https://github.com/focus-trap/tabbable#testing-in-jsdom |
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.
makes me so sad 😭 ... btw, do we want to try to consolidate it with the other focus-trap
mock so they're in the same file?
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.
good call moved it to the mocks directory so they get picked up by jest
EVG-20833
Description
Breaking this out of #2037 since menu appears to be breaking the tests