mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-12 20:55:48 +00:00
fix import issue
This commit is contained in:
parent
b235769a99
commit
80ebd6bc86
@ -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.js'
|
||||
import { welcomePage } from '../pages/WelcomePage.js'
|
||||
|
||||
Given('The web browser is at the login page', () => {
|
||||
cy.visit('/login')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user