Skip to content

Commit

Permalink
fix: (CXSPA-8844) - b2b-order-approval e2e hotfix (#19616)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pio-Bar authored Nov 25, 2024
1 parent 74bdd66 commit 49ab000
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function assertPermissionResults(order) {
});

order.permissionResults.forEach((permission, index) => {
cy.get('cx-order-detail-permission-results tr')
cy.get('cx-order-detail-permission-results tbody tr')
.eq(index)
.within(() => {
cy.get('.cx-approval-approverName').should(
Expand Down

0 comments on commit 49ab000

Please sign in to comment.