You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2025. It is now read-only.
it('should not be able to change the "Finish" dates on first 2 rows',()=>{
108
-
cy.get(`[style="top: ${GRID_ROW_HEIGHT*1}px;"] > .slick-cell:nth(8)`).should('contain','').click();// this date should also always be initially empty
108
+
cy.get(`[style="top: ${GRID_ROW_HEIGHT*1}px;"] > .slick-cell:nth(8)`).should('contain','').click({force: true});// this date should also always be initially empty
cy.get(`[style="top: ${GRID_ROW_HEIGHT*0}px;"] > .slick-cell:nth(8)`).should('contain','').click();// this date should also always be initially empty
111
+
cy.get(`[style="top: ${GRID_ROW_HEIGHT*0}px;"] > .slick-cell:nth(8)`).should('contain','').click({force: true});// this date should also always be initially empty
0 commit comments