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

Improve cy.origin snapshot/consoleProp experience in older versions of Firefox (93 and below) #21175

Closed
AtofStryker opened this issue Apr 22, 2022 · 2 comments
Labels
stale no activity on this issue for a long period topic: cy.origin Problems or enhancements related to cy.origin command

Comments

@AtofStryker
Copy link
Contributor

What would you like?

In older versions of Firefox (93 and below), certain commands when nested within a cy.origin do not work correctly when displaying the snapshot. This is likely due to DOM access issues with cross origin frames in older versions of Firefox.
See this CircleCI Job for more details on failed consoleProps/snapshots for given commands.

Why is this needed?

improve developer experience for users leveraging older versions of Firefox when using cy.origin

Other

List of commands:

  • should()
  • and()
  • its()
  • invoke()
  • shadow()
  • contains()
  • within()
  • click()
  • dblclick()
  • rightclick()
  • type()
  • submit()
  • focus()
  • blur()
  • clear()
  • check()
  • uncheck()
  • select()
  • scrollIntoView()
  • selectFile()
  • children()
  • closest()
  • eq()
  • filter()
  • find()
  • first()
  • last()
  • next()
  • nextAll()
  • nextUntil()
  • not()
  • parent()
  • parents()
  • parentsUntil()
  • prev()
  • prevAll()
  • prevUntil()
  • siblings()
  • focused()
  • debug()

Original Issues #19893 #20427

@AtofStryker AtofStryker added topic: cy.origin Problems or enhancements related to cy.origin command stage: needs investigating Someone from Cypress needs to look at this labels Apr 22, 2022
@cypress-bot cypress-bot bot added stage: backlog and removed stage: needs investigating Someone from Cypress needs to look at this labels Apr 29, 2022
@github-actions
Copy link
Contributor

This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided.

@github-actions github-actions bot added the stale no activity on this issue for a long period label May 12, 2023
@AtofStryker
Copy link
Contributor Author

closing this issue as we are likely not going to prioritize this as these versions getting further and further behind

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale no activity on this issue for a long period topic: cy.origin Problems or enhancements related to cy.origin command
Projects
None yet
Development

No branches or pull requests

1 participant