-
Notifications
You must be signed in to change notification settings - Fork 16
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
Define modals in the test suite as separate objects #1439
Conversation
Your Render PR Server URL is https://storage-ui-stage-pr-1439.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c4a51s9t9dsarmtl7s40. |
Your Render PR Server URL is https://gaming-ui-stage-pr-1439.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c4a51spt9dsarmtl7sgg. |
Your Render PR Server URL is https://files-ui-stage-pr-1439.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c4a51t1t9dsarmtl7sqg. |
@@ -1,20 +1,16 @@ | |||
import { basePage } from "./basePage" | |||
import { folderName } from "../../fixtures/filesTestData" | |||
|
|||
export const click = ($el: JQuery<HTMLElement>) => $el.trigger("click") |
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.
Just cleaning up. This was not being used anymore since safeClick
was added (it's defined in commands.ts
).
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.
Code looks good thanks!
closes #1436