mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-13 04:55:50 +00:00
move pages files to e2e directory
This commit is contained in:
parent
d035a3cd79
commit
5eb95984f2
@ -3,8 +3,8 @@
|
|||||||
/* eslint-disable import/no-relative-parent-imports */
|
/* eslint-disable import/no-relative-parent-imports */
|
||||||
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
|
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
|
||||||
|
|
||||||
import { loginPage } from '../../pages/LoginPage'
|
import { loginPage } from '../pages/LoginPage'
|
||||||
import { welcomePage } from '../../pages/WelcomePage'
|
import { welcomePage } from '../pages/WelcomePage'
|
||||||
|
|
||||||
Given('The web browser is at the login page', () => {
|
Given('The web browser is at the login page', () => {
|
||||||
cy.visit('/login')
|
cy.visit('/login')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user