Skip to content
Snippets Groups Projects
Commit 8094bcaa authored by Phil Hughes's avatar Phil Hughes
Browse files

Reduced sidebar wait timeout

parent 7f8a4bbd
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -321,7 +321,7 @@ describe 'Issue Boards', feature: true, js: true do
 
def wait_for_sidebar
# loop until the CSS transition is complete
Timeout.timeout(Capybara.default_max_wait_time) do
Timeout.timeout(0.5) do
loop until evaluate_script('$(".right-sidebar").outerWidth()') == 290
end
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment