Ocelot-Social/cypress/e2e/Post.Comment/my_comment_should_be_successfully_created.js

6 lines
189 B
JavaScript

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