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

consoleProps are not printing when clicking on cy.origin #27385

Closed
jennifer-shehane opened this issue Jul 25, 2023 · 2 comments
Closed

consoleProps are not printing when clicking on cy.origin #27385

jennifer-shehane opened this issue Jul 25, 2023 · 2 comments
Labels
stale no activity on this issue for a long period topic: cy.origin Problems or enhancements related to cy.origin command type: bug

Comments

@jennifer-shehane
Copy link
Member

jennifer-shehane commented Jul 25, 2023

Current behavior

Whenever I click on a cy.origin command within the Cypress Command Log to print the consoleProps from cy.origin, this error throws.

Screen Shot 2023-07-24 at 4 10 47 PM

Desired behavior

I'm guessing it should print more than just the 'Command' to consoleProps, but honestly I don't know because the consoleProps are also not documented in the main documentation like other API commands consoleProps are. This is in Chrome browser.

Test code to reproduce

context('Testing', () => {
  beforeEach(() => {
    cy.visit('https://wikipedia.org')
  })

  it('test', () => {
    cy.origin('https://www.cypress.io', () => {
      cy.visit('/')
    })
  })
})

Cypress Version

12.17.2

Node version

16

Operating System

Mac

Debug Logs

No response

Other

No response

@jennifer-shehane jennifer-shehane added type: bug topic: cy.origin Problems or enhancements related to cy.origin command labels Dec 17, 2023
@cypress-app-bot
Copy link
Collaborator

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.

@cypress-app-bot cypress-app-bot added the stale no activity on this issue for a long period label Jun 15, 2024
@cypress-app-bot
Copy link
Collaborator

This issue has been closed due to inactivity.

@cypress-app-bot cypress-app-bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 29, 2024
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 type: bug
Projects
None yet
Development

No branches or pull requests

2 participants