Skip to content

Commit

Permalink
Update cypress/e2e/models/migration/archetypes/archetype.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Brugarolas <[email protected]>
Signed-off-by: Nandini Chandra <[email protected]>
  • Loading branch information
nachandr and abrugaro authored Nov 11, 2024
1 parent b5e450c commit bf23781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/models/migration/archetypes/archetype.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export class Archetype {
.contains(this.name)
.click();
cy.get(commonView.sideDrawer.risk).contains("Archetype risk");
cy.get(commonView.sideDrawer.labelContent).contains(risk);
cy.get(commonView.sideDrawer.labelContent).should("contain", risk);
click(commonView.sideDrawer.closeDrawer);
}

Expand Down

0 comments on commit bf23781

Please sign in to comment.