summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2017-01-26 13:16:40 -0600
committerClement Ho <ClemMakesApps@gmail.com>2017-01-26 13:16:40 -0600
commitb9505f96ce441d4886bbd8c10866142b472a2752 (patch)
tree81adde51e11728627f0d17a0e81226257b699cda
parentd391f743841132375ccf9f9aaddb649ded83f584 (diff)
downloadgitlab-ce-ch-sandbox-2.tar.gz
Test sandboxch-sandbox-2
-rw-r--r--spec/features/issues/filtered_search/search_bar_spec.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/features/issues/filtered_search/search_bar_spec.rb b/spec/features/issues/filtered_search/search_bar_spec.rb
index 90eb60eb337..ee522fb9a0b 100644
--- a/spec/features/issues/filtered_search/search_bar_spec.rb
+++ b/spec/features/issues/filtered_search/search_bar_spec.rb
@@ -98,7 +98,10 @@ describe 'Search bar', js: true, feature: true do
filtered_search.click
expect(page.all('#js-dropdown-hint .filter-dropdown .filter-dropdown-item').size).to be > 0
+ puts "left:#{get_left_style(page.find('#js-dropdown-hint')['style'])}"
+ puts "original:#{hint_offset}"
expect(get_left_style(page.find('#js-dropdown-hint')['style'])).to eq(hint_offset)
+ expect(true).to eq(false)
end
end
end