Add panel specs

This commit is contained in:
Jeremy Thomas
2021-11-07 18:38:30 +00:00
parent 492cfb6950
commit db4e1604c6
3 changed files with 206 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ describe("Components/Navbar", () => {
});
// Mobile
describe("Components/NavbarMobile", () => {
describe("Components/Navbar Mobile", () => {
beforeEach(() => {
cy.visit("http://127.0.0.1:4000/cyp/components/navbar/");
cy.viewport(
@@ -179,7 +179,7 @@ describe("Components/NavbarMobile", () => {
});
// Desktop
describe("Components/NavbarDesktop", () => {
describe("Components/Navbar Desktop", () => {
beforeEach(() => {
cy.visit("http://127.0.0.1:4000/cyp/components/navbar/");
cy.viewport(