fix: cypress (incorrect url)

This commit is contained in:
Livio Bieri 2024-03-14 10:35:18 +01:00
parent ff455efe84
commit ea664e01a4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
export const EXPERT_COCKPIT_URL = "course/test-lehrgang/cockpit/expert"
export const EXPERT_COCKPIT_URL = "course/test-lehrgang/cockpit"
export const login = (username, password) => {
cy.request({