-
Notifications
You must be signed in to change notification settings - Fork 139
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
Not for review #10355
Not for review #10355
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
// TODO: extra line | ||
if (BrowserName == "chromium") { | ||
await stepOverToLine(page, 21); | ||
} |
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.
cool. but lets just make this a chromium test and stop using the firefox example.
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.
This PR seems to be stale (merge conflicts) so I'm going to close it. If you want to re-open for consideration, just rebase :) |
Not for review