summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--features/steps/dashboard/dashboard.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/steps/dashboard/dashboard.rb b/features/steps/dashboard/dashboard.rb
index 394acd3fe8f..706c9babcee 100644
--- a/features/steps/dashboard/dashboard.rb
+++ b/features/steps/dashboard/dashboard.rb
@@ -25,7 +25,6 @@ class Dashboard < Spinach::FeatureSteps
find("#merge_request_target_project_id").value.should == @project.id.to_s
find("#merge_request_source_branch").value.should == "new_design"
find("#merge_request_target_branch").value.should == "master"
- find("#merge_request_title").value.should == "New design"
end
Given 'user with name "John Doe" joined project "Shop"' do