Ocelot-Social/cypress/integration/Authentication/when_I_visit_the_{string}_page.js
Ulf Gebhardt 2c881c4f48
authentication feature
fixed a problem in login component
2021-04-12 13:22:30 +02:00

5 lines
129 B
JavaScript

import { When } from "cypress-cucumber-preprocessor/steps";
When("I visit the {string} page", page => {
cy.openPage(page);
});