OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/spec/support/selenium_hub_waiter.rb

8 lines
220 B

class SeleniumHubWaiter
# frontend not fast enough to bind click handlers on buttons?
# only happens when using the Selenium Hub
def self.wait
sleep 1 unless ENV.fetch("SELENIUM_GRID_URL", "").blank?
end
end