mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 09:08:10 +08:00
DEV: enables threadsafe for system tests
It should fix flakeys we have due to using_session. This commit is also fixing tests which were failing constantly with treadsafe enabled. A test has also bene skipped as the issue couldn't be found so far. More info: https://github.com/teamcapybara/capybara#threadsafe-mode
This commit is contained in:
@ -12,7 +12,7 @@ module PageObjects
|
||||
end
|
||||
|
||||
def click_send_message
|
||||
find(".chat-composer .send-btn").click
|
||||
find(".chat-composer .send-btn:enabled").click
|
||||
end
|
||||
|
||||
def message_by_id(id)
|
||||
|
Reference in New Issue
Block a user