Ocelot-Social/cypress/integration/Post.Comment/the_editor_should_be_cleared.js
Ulf Gebhardt f0a112ec1c
post.comment feature
registration.todo
lots of unifications
2021-04-14 20:36:13 +02:00

5 lines
170 B
JavaScript

import { Then } from "cypress-cucumber-preprocessor/steps";
Then("the editor should be cleared", () => {
cy.get(".ProseMirror p").should("have.class", "is-empty");
});