saleor-dashboard/cypress/elements/shared/sharedElements.js
Karolina 9d01f5b24e
Saleor 2686 tests for navigation (#1022)
* tests for home page

* test for navigation

* tests for navigation

* tests for navigation

* tests for navigation

* tests for navigation
2021-03-26 10:33:35 +01:00

3 lines
77 B
JavaScript

export const SHARED_ELEMENTS = {
header: "[data-test-id='page-header']"
};