mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-20 20:01:22 +00:00
6 lines
149 B
JavaScript
6 lines
149 B
JavaScript
import { Then } from "@badeball/cypress-cucumber-preprocessor";
|
|
|
|
Then("I see a {string} message:", (_type, message) => {
|
|
cy.contains(message);
|
|
});
|