Skip to content

Commit

Permalink
fix: (CXSPA-8844) - b2b-order-approval failing e2e fix (#19608)
Browse files Browse the repository at this point in the history
Co-authored-by: sdrozdsap <163305268+sdrozdsap@users.noreply.github.com>
  • Loading branch information
Pio-Bar and sdrozdsap authored Nov 22, 2024
1 parent 35bbcfe commit 8f6a700
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function assertButtons() {

function assertPermissionResults(order) {
cy.get('cx-order-detail-permission-results').within(() => {
cy.get('tr').should('have.length', order.permissionResults.length);
cy.get('tbody tr').should('have.length', order.permissionResults.length);
});

order.permissionResults.forEach((permission, index) => {
Expand Down

0 comments on commit 8f6a700

Please sign in to comment.