it("should not open editor", () => {
    elements.editorLink
      .should("have.css", "background-color")
      .and("eq", "rgba(0, 0, 0, 0.1)");
    elements.editor.should("length", 1).should("be.hidden");