diff --git a/cypress/support/commands/commands.js b/cypress/support/commands/commands.js index 3ad2a8a..1918391 100644 --- a/cypress/support/commands/commands.js +++ b/cypress/support/commands/commands.js @@ -838,8 +838,8 @@ Cypress.Commands.add('sortAndCheckListingAscViaColumn', ( // Assertions to make sure sorting was applied cy.get('.sw-data-grid__sort-indicator').should('be.visible'); - cy.get('.icon--regular-chevron-down-xxs').should('not.exist'); - cy.get('.icon--regular-chevron-up-xxs').should('be.visible'); + cy.get('.sw-data-grid__sort-indicator .icon--regular-chevron-down-xxs').should('not.exist'); + cy.get('.sw-data-grid__sort-indicator .icon--regular-chevron-up-xxs').should('be.visible'); cy.get(rowZeroSelector).should('be.visible'); cy.contains(rowZeroSelector, firstEntry).should('be.visible'); }); diff --git a/package.json b/package.json index 3c66ad6..f978614 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-ag/e2e-testsuite-platform", - "version": "5.0.0", + "version": "5.0.1", "description": "E2E Testsuite for Shopware 6 using Cypress.js", "keywords": [ "e2e",