UX: modal > remove obsolete wrapper class (#24381)

This commit is contained in:
chapoi
2023-11-15 12:33:23 +01:00
committed by GitHub
parent ee2e1e04a8
commit cd183edad1
5 changed files with 80 additions and 88 deletions

View File

@@ -25,7 +25,7 @@ module PageObjects
end
def click_outside
find(".d-modal__wrapper").click(x: 0, y: 0)
find(".d-modal").click(x: 0, y: 0)
end
def click_primary_button