DEV: Adds click_ok method on system spec dialog component (#26355)

This commit is contained in:
Sérgio Saquetim 2024-03-25 22:14:26 -03:00 committed by GitHub
parent 91dadd3647
commit d9179468e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ module PageObjects
find(".dialog-footer .btn-primary").click
end
alias click_ok click_yes
def click_no
find(".dialog-footer .btn-default").click
end