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

disable mouseover on commands-timeline in sidebar #29509

Closed
camiant opened this issue May 13, 2024 · 3 comments
Closed

disable mouseover on commands-timeline in sidebar #29509

camiant opened this issue May 13, 2024 · 3 comments
Labels
pkg/reporter This is due to an issue in the packages/reporter directory stage: needs investigating Someone from Cypress needs to look at this stale no activity on this issue for a long period type: bug

Comments

@camiant
Copy link

camiant commented May 13, 2024

Current behavior

At the end of test, when you hover on commands as a travel-machine, Livewire components (which are no more available in dom) fire "component missing" errors.

2024-05-13 14_28_09-cypress-test

Desired behavior

Would be fine if mouseover on sidebar commands could be disabled in settings.

Test code to reproduce

...

Cypress Version

13.9.0

Node version

20.x

Operating System

Windows 11 - Chrome v124 as browser

Debug Logs

No response

Other

No response

@jennifer-shehane jennifer-shehane added type: bug stage: needs investigating Someone from Cypress needs to look at this pkg/reporter This is due to an issue in the packages/reporter directory labels May 13, 2024
@camiant
Copy link
Author

camiant commented May 21, 2024

just as a workaround, I've added these instructions inside cypress\support\e2e.js

beforeEach(() => {
  cy.window().then((win) => {
    win.top.document.querySelector('div.wrap').style.pointerEvents = 'none'
  })
})

to disable mouse events in specs-sidebar

@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 Nov 18, 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 Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg/reporter This is due to an issue in the packages/reporter directory stage: needs investigating Someone from Cypress needs to look at this stale no activity on this issue for a long period type: bug
Projects
None yet
Development

No branches or pull requests

3 participants