DEV: Update tests for core change (#293)
https://github.com/discourse/discourse/pull/23967
This commit is contained in:
parent
c6902c40ce
commit
e1a7d07a91
|
@ -8,7 +8,7 @@ module PageObjects
|
|||
end
|
||||
|
||||
def confirm_changes
|
||||
find(".modal-footer button.confirm", wait: 5).click
|
||||
find(".d-modal__footer button.confirm", wait: 5).click
|
||||
end
|
||||
|
||||
def old_value
|
||||
|
|
Loading…
Reference in New Issue