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

5 lines
184 B
JavaScript

import { Then } from "cypress-cucumber-preprocessor/steps";
Then("my comment should be successfully created", () => {
cy.get(".iziToast-message").contains("Comment submitted!");
});