PromucFlow_constructor/app/client/cypress/locators/ThemeLocators.json
NandanAnantharamu 7199a329a9
test: Theme related tests (#12740)
* Removed unwanted waits

* Updated test for fonts

* Updated tests with Font and Theme usecases

* updated tests

* Added new tests and common locators

* Added default/update theme tests

* grouped tests

* Updated Theme tests

* updated multiwidget test

* updated theme tests

* Updated tests

* Reordered tests
2022-05-11 11:43:28 +05:30

13 lines
624 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('Current Theme')",
"purpleColor": "[style='background-color: rgb(107,114,128);']"
}