Add form tools specs

This commit is contained in:
Jeremy Thomas
2022-05-07 14:36:33 +01:00
parent 2335f60deb
commit 38abcc3138
6 changed files with 348 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
describe("Form/select", () => {
describe("Form/Select", () => {
beforeEach(() => {
cy.visit("http://127.0.0.1:4000/cyp/form/select/");
});