PromucFlow_constructor/app/client/cypress/locators/ThemeLocators.json
Pawan Kumar 78e6bcf7ad
fix: Theming UX Changes (#13741)
* update color control ux

* add reset theme option

* remove the console

* update theme card

* update icons + text for reset

* update button size

* fix cypress tests

* fix cypress tests

* fix flaky git tests

* incorporate ashit feedback

* fix cypress tests

* fix color button in theme panel

* fix reset theme logic + jest tests

* fix button styles reset issue in json form

* add cypress test for theming reset

* incorporate ashit feedback

Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local>
2022-06-03 15:55:38 +05:30

14 lines
625 B
JSON

{
"canvas": "#canvas-selection-0",
"border": ".t--theme-appBorderRadius",
"popover": ".bp3-popover-content",
"shadow": "//h3[contains(text(),'Shadow')]/following-sibling::div//button",
"color": ".t--property-pane-sidebar .bp3-popover-target .cursor-pointer",
"inputColor": ".t--colorpicker-v2-popover input",
"colorPicker": "[data-testid='color-picker']",
"greenColor": "[style='background-color: rgb(21, 128, 61);']",
"fontsSelected": ".leading-normal",
"currentTheme": ".cursor-pointer:contains('Applied Theme')",
"purpleColor": "[style='background-color: rgb(107,114,128);']"
}