mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
7 lines
261 B
JavaScript
7 lines
261 B
JavaScript
import { Given } from "cypress-cucumber-preprocessor/steps";
|
|
import narrator from '../data/narrator'
|
|
import loginCredentials from '../data/loginCredentials'
|
|
|
|
Given("I have an user account", () => {
|
|
cy.factory().build("user", narrator, loginCredentials);
|
|
}); |