summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-01-07 20:23:13 -0500
committerRobert Speicher <rspeicher@gmail.com>2016-01-07 20:23:13 -0500
commit09dbe3752c8e93818111a551021274f100183a82 (patch)
treed47ef7dd2c8e06567c5980c7353ad0db48d2ef98
parent4408dc0bd18dc1cddda8b413dbf57143290f5d73 (diff)
downloadgitlab-ce-rs-remove-stamp.tar.gz
Fix feature steprs-remove-stamp
-rw-r--r--features/steps/group/milestones.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/group/milestones.rb b/features/steps/group/milestones.rb
index 6e57b16ccb6..2363ad797fa 100644
--- a/features/steps/group/milestones.rb
+++ b/features/steps/group/milestones.rb
@@ -28,7 +28,7 @@ class Spinach::Features::GroupMilestones < Spinach::FeatureSteps
end
step 'I should see group milestone with descriptions and expiry date' do
- expect(page).to have_content('expires at Aug 20, 2114')
+ expect(page).to have_content('expires on Aug 20, 2114')
end
step 'I should see group milestone with all issues and MRs assigned to that milestone' do