diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-01-07 20:23:13 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-01-07 20:23:13 -0500 |
commit | 09dbe3752c8e93818111a551021274f100183a82 (patch) | |
tree | d47ef7dd2c8e06567c5980c7353ad0db48d2ef98 /features | |
parent | 4408dc0bd18dc1cddda8b413dbf57143290f5d73 (diff) | |
download | gitlab-ce-09dbe3752c8e93818111a551021274f100183a82.tar.gz |
Fix feature steprs-remove-stamp
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/group/milestones.rb | 2 |
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 |