summaryrefslogtreecommitdiff
path: root/spec/features/compare_spec.rb
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-07-07 11:25:04 +0100
committerPhil Hughes <me@iamphill.com>2016-07-08 14:10:32 +0100
commitbd888e135d5cd9d7e9ffb6c3a79fc2ce2f56770d (patch)
tree97f6f1c8be5f8938512259388738367b053730c4 /spec/features/compare_spec.rb
parentd7450946a75a5e344bf996542114ab0499f6a7fa (diff)
downloadgitlab-ce-bd888e135d5cd9d7e9ffb6c3a79fc2ce2f56770d.tar.gz
Fixed submit button not enablingcompare-dropdowns
Fixed tests
Diffstat (limited to 'spec/features/compare_spec.rb')
-rw-r--r--spec/features/compare_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/compare_spec.rb b/spec/features/compare_spec.rb
index faffe314912..c62556948e0 100644
--- a/spec/features/compare_spec.rb
+++ b/spec/features/compare_spec.rb
@@ -16,7 +16,7 @@ describe "Compare", js: true do
end
it "should compare branches" do
- fill_in "from", with: "mast"
+ fill_in "from", with: "fea"
find("#from").click
click_link "feature"