fix: test

This commit is contained in:
Mutasem Aldmour 2024-11-14 17:48:43 +01:00
parent 553246a954
commit e068bd2394
No known key found for this signature in database
GPG key ID: 3DFA8122BB7FD6B8

View file

@ -101,6 +101,7 @@ describe('NDV', () => {
ndv.getters.inputTableRow(1).should('have.text', '1111');
ndv.getters.inputTableRow(1).invoke('attr', 'data-test-id').should('equal', 'hovering-item');
ndv.actions.dragMainPanelToRight();
ndv.getters.inputTbodyCell(1, 0).realMouseMove(10, 10);
ndv.getters.outputHoveringItem().should('have.text', '1111');
ndv.getters.parameterExpressionPreview('value').should('include.text', '1111');