Add Progress and Table specs

This commit is contained in:
Jeremy Thomas
2021-11-01 09:51:24 +00:00
parent 6ec2520b1a
commit 7e989d5121
6 changed files with 134 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
describe("Elements/notification", () => {
describe("Elements/Notification", () => {
beforeEach(() => {
cy.visit("http://127.0.0.1:4000/cyp/elements/notification/");
});