Skip to content
Snippets Groups Projects
Commit 3bd7f712 authored by Ina Martini's avatar Ina Martini
Browse files

refactor: rename path reference

parent c51bee41
No related branches found
No related tags found
3 merge requests!66Final merge,!18Update login page and implement forgot password feature,!4Pipeline fix
Pipeline #277861 passed with warnings
describe('Login', () => { describe('Login', () => {
beforeEach(() => { beforeEach(() => {
cy.visit('/login') cy.visit('/logginn')
}) })
function fullInput() { function fullInput() {
......
describe('Register', () => { describe('Register', () => {
beforeEach(() => { beforeEach(() => {
cy.visit('/login') cy.visit('/registrer')
cy.contains('h3', 'Registrer deg').click() cy.contains('h3', 'Registrer deg').click()
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment