fix: cypress test name
This commit is contained in:
parent
ac06dff5c3
commit
a3642ab996
|
|
@ -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");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue