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