Follow up - 9af50f2a4e
: Fixed Layout/EmptyLineAfterGuardClause rubocop complain.
This commit is contained in:
parent
9af50f2a4e
commit
f15ac3be7e
2 changed files with 4 additions and 0 deletions
3
config/routes/websocket_server.rb
Normal file
3
config/routes/websocket_server.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Zammad::Application.routes.draw do
|
||||
# match '/ws', to: proc { [404, {}, ['']] }
|
||||
# end
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue