Browse Source

Follow up - 9af50f2a4eaa8297d09a3f75509c04380e608267: Fixed Layout/EmptyLineAfterGuardClause rubocop complain.

Thorsten Eckel 6 years ago
parent
commit
f15ac3be7e
2 changed files with 4 additions and 0 deletions
  1. 3 0
      config/routes/websocket_server.rb
  2. 1 0
      test/browser_test_helper.rb

+ 3 - 0
config/routes/websocket_server.rb

@@ -0,0 +1,3 @@
+# Zammad::Application.routes.draw do
+#   match '/ws', to: proc { [404, {}, ['']] }
+# end

+ 1 - 0
test/browser_test_helper.rb

@@ -2930,6 +2930,7 @@ wait untill text in selector disabppears
           break if target
         end
         raise "Can't find organization #{data[:organization]}" if target.blank?
+
         target.click()
       rescue Selenium::WebDriver::Error::StaleElementReferenceError
         sleep retries