We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a142df commit b253762Copy full SHA for b253762
webapp/cypress/e2e/editPage.cy.js
@@ -58,7 +58,7 @@ describe("Edit Page", () => {
58
cy.findByText("editable_sample");
59
cy.findByText("This is a sample name");
60
cy.findByText("1990-01-07");
61
- cy.get("span").should("contain.html", "NaCoO<sub>2</sub>");
+ cy.get("body").should("contain.html", "NaCoO<sub>2</sub>");
62
});
63
64
it("adds a chemical formula to component1", () => {
0 commit comments