Ocelot-Social/cypress/integration/Post.Comment/my_comment_should_be_successfully_created.js
Ulf Gebhardt ddcbeb5b6a
post.comment feature
registration.todo
lots of unifications
2021-04-12 13:24:51 +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!");
});