fix: refs #8422 correct spelling of 'PopUp' in checkRedirectionFromPopup command
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
9a0211787a
commit
6dddad95c9
|
@ -621,7 +621,7 @@ Cypress.Commands.add('validateScrollContent', (validations) => {
|
|||
});
|
||||
|
||||
Cypress.Commands.add(
|
||||
'checkRedirectionFromPopup',
|
||||
'checkRedirectionFromPopUp',
|
||||
({ selectorToClick, steps = [], expectedUrlRegex, expectedTextSelector }) => {
|
||||
cy.get(selectorToClick)
|
||||
.click()
|
||||
|
|
Loading…
Reference in New Issue