mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: modal > remove obsolete wrapper class (#24381)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user