Commit 41231862baeb01dc6ed49f68488e863bca6dbfb2
1 parent
4917dc64
Exists in
spb-stable
and in
2 other branches
Fix tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
features/steps/dashboard/dashboard.rb
... | ... | @@ -25,7 +25,6 @@ class Dashboard < Spinach::FeatureSteps |
25 | 25 | find("#merge_request_target_project_id").value.should == @project.id.to_s |
26 | 26 | find("#merge_request_source_branch").value.should == "new_design" |
27 | 27 | find("#merge_request_target_branch").value.should == "master" |
28 | - find("#merge_request_title").value.should == "New design" | |
29 | 28 | end |
30 | 29 | |
31 | 30 | Given 'user with name "John Doe" joined project "Shop"' do | ... | ... |