-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
refactor: remove project token, unused since 0.19.0 #17039
Conversation
Thanks for taking the time to open a PR!
|
@@ -41,11 +41,11 @@ class RunsList extends Component { | |||
componentDidMount () { | |||
this._pingApiServer() | |||
this._handlePolling() | |||
this._getKey() | |||
this._getRecordKeys() |
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 is an unrelated rename correct?
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.
@bkucera yeah somewhat, basically just being more explicit about what it's doing.
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
@tgriesser Would this be technically breaking anything for 0.19.0 users? Will probably lump in with 8.0 if so which is upcoming really soon. |
@jennifer-shehane nah, and I would be shocked if there were any active users of Cypress 0.19.0 🤣. But it's just deleting unused code basically |
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.
LGTM 👍 Love to see obsolete code cleaned up
Additional details
Noticed this while going through the
project-base
code, figured we could rip this out since it's no longer supported in the dashboard.PR Tasks
cypress-documentation
?type definitions
?cypress.schema.json
?