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.
2 parents 105e909 + 44b38cb commit 3601e71Copy full SHA for 3601e71
cypress/support/commands/element_selectors.js
@@ -15,7 +15,7 @@ Cypress.Commands.add(
15
'getFormFooterButtonByTypeWithText',
16
({ buttonType = 'button', buttonText } = {}) => {
17
if (!buttonText) {
18
- cy.logAndThrowError('buttonName is required');
+ cy.logAndThrowError('buttonText is required');
19
}
20
return cy.contains(
21
`#main-content .bx--btn-set button[type="${buttonType}"]`,
0 commit comments