summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorJose Ivan Vargas Lopez <jvargas@gitlab.com>2017-04-05 20:46:58 +0000
committerJose Ivan Vargas <jvargas@gitlab.com>2017-04-06 14:58:57 -0500
commit0e325ea6ee625ad24709dd1118e36803bbaa222e (patch)
tree9f881dd830af098c8c7a08508dcd12c74fe01083 /features
parent7997a0df7106899f1e5352e4613a3e0c3e40db64 (diff)
downloadgitlab-ce-0e325ea6ee625ad24709dd1118e36803bbaa222e.tar.gz
Groups section capitalization fix
Diffstat (limited to 'features')
-rw-r--r--features/steps/group/milestones.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/group/milestones.rb b/features/steps/group/milestones.rb
index 9996f3baf0d..f8f5e3f2382 100644
--- a/features/steps/group/milestones.rb
+++ b/features/steps/group/milestones.rb
@@ -46,11 +46,11 @@ class Spinach::Features::GroupMilestones < Spinach::FeatureSteps
end
step 'I click new milestone button' do
- click_link "New Milestone"
+ click_link "New milestone"
end
step 'I press create mileston button' do
- click_button "Create Milestone"
+ click_button "Create milestone"
end
step 'milestone in each project should be created' do