Need More Info
Last Updated: 18 Jan 2023 15:16 by ADMIN
Sinuhe
Created on: 11 Jan 2023 22:52
Category: Tooltip
Type: Bug Report
2
Tooltip not triggering events on testing

@open and @close events are not triggered by integration testing tool, even when programmatically calling the event.

We are using cypress 11.1.0

cypress-real-events: 1.7.4 was also used to try of trigger the events but didn't work.

 

The way we try this was by:

cy.get(element).trigger(‘mouseover’)
cy.get(element).realHover()
cy.get(element).trigger(‘mouseover’)
cy.get(element).trigger(‘mouseenter’)
cy.get(element).then(el => {
    el.dispatchEvent(new MouseEvent(‘mouseenter’, { bubbles:true })
}
But the events are just not triggered, so we cannot properly test our implementation.
1 comment
ADMIN
Petar
Posted on: 18 Jan 2023 15:16

Hi, Sinuhe.

Currently, we don't have other reports about the shared issue. Can you please send us an isolated project in which we can replicate the reported behavior? 

Being able to locally reproduce the issue, we can furhter provide feedback about it.

Looking forward to your reply.

Regards,
Petar
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.