fix: cypress test name

This commit is contained in:
Livio Bieri 2023-10-03 17:33:08 +02:00
parent ac06dff5c3
commit a3642ab996
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ const CIRCLE_SELECT = '[data-cy=appointments-circle-select]';
const SESSION_SELECT = '[data-cy=appointments-session-select]'; const SESSION_SELECT = '[data-cy=appointments-session-select]';
const APPOINTMENTS = '[data-cy=appointments-list]'; const APPOINTMENTS = '[data-cy=appointments-list]';
describe("circle.cy.js", () => { describe("appointments.cy.js", () => {
beforeEach(() => { beforeEach(() => {
cy.manageCommand("cypress_reset"); cy.manageCommand("cypress_reset");
login("test-student2@example.com", "test"); login("test-student2@example.com", "test");