Kendo component not opening dropdown menu

1 Answer 141 Views
DropDownList DropDownTree Editor
Yousaf
Top achievements
Rank 1
Iron
Yousaf asked on 17 Jan 2024, 10:12 AM

HI, im using cypress testing framework and the component we use are kendo components, for some reason in the browser testing enviroemtn the grid component drop down menu for an option dose not work, the test clicks the component however it dose not open it.  It works fine when im using the app in dev or production however it dose not in the cypress running env.

 

 

however this then gose back to the first picture i provided and dose not open up the kendo component

 

here is the code im trying to run on it 

cy.get('div[aria-label="Press SPACE to deselect this row."]').find('div.ag-cell-value').eq(0).click({force: true});

 

why is this and how can i fix it so it dose open up in test environment

1 Answer, 1 is accepted

Sort by
0
Accepted
Yousaf
Top achievements
Rank 1
Iron
answered on 22 Jan 2024, 02:41 PM
found a solution
Dinesh
Top achievements
Rank 1
commented on 06 May 2024, 02:56 PM

Could you pls post the solution , am also facing the same issue.
Tags
DropDownList DropDownTree Editor
Asked by
Yousaf
Top achievements
Rank 1
Iron
Answers by
Yousaf
Top achievements
Rank 1
Iron
Share this question
or