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 8db584a commit 7e68886Copy full SHA for 7e68886
cypress/e2e/ui/Settings/Application-Settings/zone.cy.js
@@ -37,7 +37,7 @@ const textConstants = {
37
inputFieldLabelSelector: (forValue) =>
38
`#main-content .bx--form label[for="${forValue}"]`,
39
inputFieldSelector: (inputId) => `#main-content .bx--form input#${inputId}`,
40
- selectFieldSelector: (inputId) => `#main-content .bx--form select#${inputId}`,
+ selectFieldSelector: (selectId) => `#main-content .bx--form select#${selectId}`,
41
buttonSelector: (type) => `#main-content .bx--btn-set button[type="${type}"]`,
42
43
// Buttons
0 commit comments