-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: adds a test for the form fields
- Loading branch information
1 parent
516408b
commit d48fc90
Showing
1 changed file
with
92 additions
and
0 deletions.
There are no files selected for viewing
92 changes: 92 additions & 0 deletions
92
e2e-tests/cypress/fixtures/customizer/form-fields/form-fields-setup.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
{ | ||
"neve_migrated_hfg_colors": true, | ||
"nav_menu_locations": [], | ||
"ti_prev_theme": "twentytwentyone", | ||
"custom_css_post_id": -1, | ||
"neve_form_fields_padding": { | ||
"top": "14", | ||
"right": "14", | ||
"bottom": "14", | ||
"left": "14", | ||
"unit": "px" | ||
}, | ||
"neve_form_fields_spacing": 14, | ||
"neve_form_fields_background_color": "var(--nv-light-bg)", | ||
"neve_form_fields_border_width": { | ||
"top": "3", | ||
"right": "3", | ||
"left": "3", | ||
"bottom": "3", | ||
"unit": "px" | ||
}, | ||
"neve_form_fields_border_radius": { | ||
"top": "4", | ||
"right": "4", | ||
"left": "4", | ||
"bottom": "4", | ||
"unit": "px" | ||
}, | ||
"neve_form_fields_border_color": "var(--nv-dark-bg)", | ||
"neve_input_text_color": "var(--nv-primary-accent)", | ||
"neve_input_typeface": { | ||
"textTransform": "lowercase", | ||
"flag": true, | ||
"lineHeight": { | ||
"suffix": { | ||
"mobile": "em", | ||
"tablet": "em", | ||
"desktop": "px" | ||
}, | ||
"mobile": "", | ||
"tablet": "", | ||
"desktop": "24" | ||
}, | ||
"fontWeight": "600", | ||
"fontSize": { | ||
"suffix": { | ||
"mobile": "px", | ||
"tablet": "px", | ||
"desktop": "px" | ||
}, | ||
"mobile": "", | ||
"tablet": "", | ||
"desktop": "15" | ||
}, | ||
"letterSpacing": { | ||
"mobile": "", | ||
"tablet": "", | ||
"desktop": "1.5" | ||
} | ||
}, | ||
"neve_label_spacing": 20, | ||
"neve_label_typeface": { | ||
"textTransform": "capitalize", | ||
"flag": true, | ||
"lineHeight": { | ||
"suffix": { | ||
"mobile": "em", | ||
"tablet": "em", | ||
"desktop": "px" | ||
}, | ||
"mobile": "", | ||
"tablet": "", | ||
"desktop": "24" | ||
}, | ||
"fontWeight": "100", | ||
"fontSize": { | ||
"suffix": { | ||
"mobile": "px", | ||
"tablet": "px", | ||
"desktop": "px" | ||
}, | ||
"mobile": "", | ||
"tablet": "", | ||
"desktop": "15" | ||
}, | ||
"letterSpacing": { | ||
"mobile": "", | ||
"tablet": "", | ||
"desktop": "1.5" | ||
} | ||
} | ||
} |