Skip to content

Commit

Permalink
MOL-1255: Fix cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Jan 11, 2024
1 parent 04c71da commit b980c7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default class FullShippingRepository {
* @returns {Cypress.Chainable<JQuery<HTMLElement>>}
*/
getFirstItemSelectCheckbox() {
return cy.get('.sw-data-grid__row--0 > .sw-data-grid__cell--itemselect > .sw-data-grid__cell-content');
return cy.get('.sw-data-grid__row--0 > .sw-data-grid__cell--itemselect > .sw-data-grid__cell-content input');
}

/**
Expand Down

0 comments on commit b980c7e

Please sign in to comment.