Duplicated
Last Updated: 18 Jan 2023 13:12 by ADMIN
Sanatan
Created on: 11 Jan 2023 22:57
Category: Kendo UI® for Vue
Type: Bug Report
0
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 tried this was:

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.
Duplicated
This item is a duplicate of an already existing item. You can find the original item here:
0 comments