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

Open
camiant opened this issue May 13, 2024 · 1 comment
Open

disable mouseover on commands-timeline in sidebar #29509

camiant opened this issue May 13, 2024 · 1 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 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

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 type: bug
Projects
None yet
Development

No branches or pull requests

2 participants