diff --git a/test/browser/switch_to_user_test.rb b/test/browser/switch_to_user_test.rb index 514a8cefd..167f7faea 100644 --- a/test/browser/switch_to_user_test.rb +++ b/test/browser/switch_to_user_test.rb @@ -21,6 +21,7 @@ class SwitchToUserTest < TestCase sleep 3 @browser.mouse.move_to( @browser.find_elements( { css: '#content .table-overview tbody tr:first-child' } )[0] ) + sleep 0.5 click( css: '#content .icon-switchView', )