Skip to content

Commit b253762

Browse files
BenjaminCharmesml-evs
authored andcommitted
Fix e2e editPage.cy.js with new formula formatting
1 parent 6a142df commit b253762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/cypress/e2e/editPage.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe("Edit Page", () => {
5858
cy.findByText("editable_sample");
5959
cy.findByText("This is a sample name");
6060
cy.findByText("1990-01-07");
61-
cy.get("span").should("contain.html", "NaCoO<sub>2</sub>");
61+
cy.get("body").should("contain.html", "NaCoO<sub>2</sub>");
6262
});
6363

6464
it("adds a chemical formula to component1", () => {

0 commit comments

Comments
 (0)