Merge pull request #60 from IT4Change/move-pages-to-e2e-directory

chore(other): move pages files to e2e directory
This commit is contained in:
mahula 2024-04-11 19:28:32 +02:00 committed by GitHub
commit 321b8d4180
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
/* eslint-disable import/no-relative-parent-imports */
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
import { loginPage } from '../../pages/LoginPage'
import { welcomePage } from '../../pages/WelcomePage'
import { loginPage } from '../pages/LoginPage'
import { welcomePage } from '../pages/WelcomePage'
Given('The web browser is at the login page', () => {
cy.visit('/login')