Skip to content

Commit

Permalink
e2e fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matborowczyk committed May 29, 2024
1 parent a1cac4b commit a366d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/scenario-8-instance-composer.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ if (Cypress.env("edition") === "iso") {
cy.get(".canvas").should("be.visible");
cy.get('[data-type="app.ServiceEntityBlock"]').should("be.visible");
cy.get('[joint-selector="headerLabel"]')
.contains("embedded-entity-")
.contains("embedded-")
.should("exist");
cy.get('[joint-selector="headerLabel"]')
.contains("ro_meta")
Expand Down

0 comments on commit a366d4c

Please sign in to comment.