fix: use file name in cypress tests
This commit is contained in:
parent
dbe74f754b
commit
d646454ae9
|
|
@ -4,7 +4,7 @@ const openMobileNavigation = () => {
|
||||||
cy.get('[data-cy="navigation-mobile-menu-button"]').click();
|
cy.get('[data-cy="navigation-mobile-menu-button"]').click();
|
||||||
}
|
}
|
||||||
|
|
||||||
describe("Navigation tests", () => {
|
describe("navigation.cy.js", () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.manageCommand("cypress_reset");
|
cy.manageCommand("cypress_reset");
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
import {checkNavigationLink, login, PARTICIPANT_LOGIN, visitCoursePage} from "./helpers";
|
import {checkNavigationLink, login, PARTICIPANT_LOGIN, visitCoursePage} from "./helpers";
|
||||||
|
|
||||||
describe("Preview Bar", () => {
|
describe("preview.cy.js", () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.manageCommand("cypress_reset");
|
cy.manageCommand("cypress_reset");
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue