Add select specs

This commit is contained in:
Jeremy Thomas
2022-05-02 17:54:53 +02:00
parent 356a572327
commit 3c413174e4
8 changed files with 196 additions and 404 deletions

View File

@@ -35,7 +35,7 @@ describe("Form/Input", () => {
});
});
it(`has correct color File`, () => {
it(`has correct color Input`, () => {
for (let i = 0; i < Cypress.env("color-names").length; i++) {
const name = Cypress.env("color-names")[i];
const baseColor = Cypress.env(name);
@@ -50,7 +50,7 @@ describe("Form/Input", () => {
}
});
it("has correct File sizes", () => {
it("has correct Input sizes", () => {
for (let i = 0; i < Cypress.env("just-sizes").length; i++) {
const size = Cypress.env("just-sizes")[i];