fix: refs #8422 correct spelling of 'PopUp' in checkRedirectionFromPopup command
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jose Antonio Tubau 2025-04-11 10:43:49 +02:00
parent 9a0211787a
commit 6dddad95c9
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ Cypress.Commands.add('validateScrollContent', (validations) => {
});
Cypress.Commands.add(
'checkRedirectionFromPopup',
'checkRedirectionFromPopUp',
({ selectorToClick, steps = [], expectedUrlRegex, expectedTextSelector }) => {
cy.get(selectorToClick)
.click()