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

This commit is contained in:
Thorsten Eckel 2018-10-09 08:22:20 +02:00
parent 9af50f2a4e
commit f15ac3be7e
2 changed files with 4 additions and 0 deletions

View file

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

View file

@ -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