summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-04-29 12:19:14 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-04-29 12:27:00 -0500
commitc285a947e3d7d7e31e9af8b035acae9351cbeafa (patch)
tree6cd5d475e8cc8f70f8aff653bcf5185b65dfc5ed /spec
parent774bda2858e999e315177448bc865474d2186d6d (diff)
downloadgitlab-ce-POC-right-sidebar-updates.tar.gz
Clean up CSS; fix specsPOC-right-sidebar-updates
Diffstat (limited to 'spec')
-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