Skip to content

Commit

Permalink
Update oneMacPackageDetailsPage.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Valencia2019 committed Nov 9, 2023
1 parent dc58eb2 commit 8fc3336
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/cypress/support/pages/oneMacPackageDetailsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,8 @@ export class oneMacPackageDetailsPage {
}
verifyTheSubStatus() {
cy.xpath(statusHeader)
.parent("section")
.parents("section")
.first()
.contains("RAI Response Withdraw Enabled");
}
}
Expand Down

0 comments on commit 8fc3336

Please sign in to comment.