Skip to content
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

chore: cleanup dead code #21340

Merged
merged 4 commits into from May 6, 2022
Merged

Conversation

tgriesser
Copy link
Member

  • Closes N/A

User facing changelog

N/A

Additional details

Removing some dead code that I came across while working on other tickets

How has the user experience changed?

PR Tasks

  • Have tests been added/updated?
  • Has the original issue (or this PR, if no issue exists) been tagged with a release in ZenHub? (user-facing changes only)
  • Has a PR for user-facing changes been opened in cypress-documentation?
  • Have API changes been updated in the type definitions?
  • Have new configuration options been added to the cypress.schema.json?

@cypress-bot
Copy link
Contributor

cypress-bot bot commented May 4, 2022

Thanks for taking the time to open a PR!

@cypress
Copy link

cypress bot commented May 5, 2022



Test summary

17907 0 217 0Flakiness 2


Run details

Project cypress
Status Passed
Commit d707e0b
Started May 5, 2022 12:52 PM
Ended May 5, 2022 1:07 PM
Duration 14:22 💡
OS Linux Debian - 10.10
Browser Multiple

View run in Cypress Dashboard ➡️


Flakiness

next.cy.ts Flakiness
1 Working with next-11 > should live-reload on src changes
react.cy.ts Flakiness
1 Working with webpack4_wds4-react > MissingReactInSpec: should fail, rerun, succeed

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

Copy link
Contributor

@flotwig flotwig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lovely lovely lovely

@@ -35,7 +35,7 @@ export class HtmlDataSource {
)
} catch (e) {
err = e
await this.ctx.util.delayMs(1000)
await new Promise((resolve) => setTimeout(resolve, 1000))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might be worth just using Bluebird.timeout here and elsewhere in this PR... so when we strip Bluebird out these timeouts are more easily discovered and replaced with a shared helper. Blue and I recently discussed this here: #21328 (comment)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we use Bluebird at all in the data-context package currently

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤷‍♂️

@tgriesser tgriesser merged commit 1ed93ff into 10.0-release May 6, 2022
@tgriesser tgriesser deleted the tgriesser/chore/remove-dead-code branch May 6, 2022 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants