Commit 50a1e01f authored by James Lopez's avatar James Lopez

Merge branch 'sh-fix-failing-spec-on-first-da' into 'master'

Fix failing spec in spec/features/users/login_spec.rb

Closes #59731

See merge request gitlab-org/gitlab-ce!26787
parents 9a439fa5 bf286d11
...@@ -447,7 +447,7 @@ describe 'Login' do ...@@ -447,7 +447,7 @@ describe 'Login' do
'You can leave Group 1 and leave Group 2. '\ 'You can leave Group 1 and leave Group 2. '\
'You need to do this '\ 'You need to do this '\
'before '\ 'before '\
"#{(Time.zone.now + 2.days).strftime("%a, %-d %b %Y %H:%M:%S %z")}" "#{(Time.zone.now + 2.days).strftime("%a, %d %b %Y %H:%M:%S %z")}"
) )
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment