PromucFlow_constructor/app/client/cypress/locators/Omnibar.json
Parthvi12 cc3b10c9a6
test: Add visual tests for datasource page (#14811)
* add layout tests for datasource

* fix omnibar_spec

* add tests for postgres and mong

* fix git import test

* fix test

* comment test until issue is fixed

Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local>
2022-07-01 09:01:02 +05:30

11 lines
409 B
JSON

{
"globalSearch": ".t--global-search-modal-trigger",
"globalSearchInput": ".t--global-search-input",
"discordLink":".discord",
"categoryTitle":".category-title",
"openDocumentationLink":".documentation-cta",
"globalSearchClose":".t--global-clear-input",
"createNew":".t--file-operation",
"recentlyopenItem":"//span[@class='text']",
"category":".t--global-search-category"
}