We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef56e1e commit 9802f94Copy full SHA for 9802f94
hivemq-edge-frontend/cypress/pages/Workspace/WorkspacePage.ts
@@ -27,6 +27,16 @@ export class WorkspacePage extends ShellPage {
27
},
28
}
29
30
+ canvasToolbar = {
31
+ get expandButton() {
32
+ return cy.getByTestId('toolbox-search-expand')
33
+ },
34
+
35
+ get collapseButton() {
36
+ return cy.getByTestId('toolbox-search-collapse')
37
38
+ }
39
40
layoutControls = {
41
get panel() {
42
return cy.getByTestId('layout-controls-panel')
@@ -45,7 +55,7 @@ export class WorkspacePage extends ShellPage {
45
55
46
56
47
57
get optionsButton() {
48
- return cy.get('button[aria-label="Layout options"]')
58
+ return cy.getByTestId('workspace-layout-options')
49
59
50
60
51
61
presetsMenu: {
0 commit comments