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

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