mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 12:44:30 -07:00
Add select specs
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user