summaryrefslogtreecommitdiff
path: root/spec/support/helpers/board_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/board_helpers.rb')
-rw-r--r--spec/support/helpers/board_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/helpers/board_helpers.rb b/spec/support/helpers/board_helpers.rb
index b85fde222ea..55654a11c4e 100644
--- a/spec/support/helpers/board_helpers.rb
+++ b/spec/support/helpers/board_helpers.rb
@@ -10,7 +10,7 @@ module BoardHelpers
def wait_for_sidebar
# loop until the CSS transition is complete
Timeout.timeout(0.5) do
- loop until evaluate_script('$(".right-sidebar").outerWidth()') == 290
+ loop until evaluate_script('$(".right-sidebar").outerWidth()') == 272
end
end
end