gitlab-org--gitlab-foss/spec/features/users
Stan Hu bf286d1172 Fix failing spec in spec/features/users/login_spec.rb
This spec would start to fail on the first of the month because the
generated text would have a zero-padded day (e.g. 01 vs 1), whereas the
expected text check used an unpadded day via the `-d` parameter in
strftime (https://apidock.com/ruby/Date/strftime). To fix this, we
use use the `d` parameter to pad zeros.

This spec was introduced recently in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25731.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59731
2019-03-29 21:05:37 -07:00
..
active_sessions_spec.rb Enable Capybara/FeatureMethods cop 2018-07-05 06:32:05 +00:00
add_email_to_existing_account.rb fixes #47716 where email confirmation fails after adding additional emails 2018-07-25 16:15:04 +00:00
login_spec.rb Fix failing spec in spec/features/users/login_spec.rb 2019-03-29 21:05:37 -07:00
logout_spec.rb Fix user feature specs that were hardcoding 'user1' 2018-02-22 12:44:14 +01:00
overview_spec.rb Resolve "Empty states for profile page" 2019-02-06 09:11:39 +00:00
rss_spec.rb Enable Capybara/FeatureMethods cop 2018-07-05 06:32:05 +00:00
show_spec.rb Resolve "Add new "Overview" tab on user profile page" 2018-10-04 07:55:37 +00:00
signup_spec.rb Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into feature/56787-realtime-validation-for-user-fullname-and-username 2019-02-18 08:40:07 +00:00
snippets_spec.rb
terms_spec.rb Enable the Layout/ExtraSpacing cop 2019-01-24 13:05:45 +01:00
user_browses_projects_on_user_page_spec.rb Resolve "Rename the Master role to Maintainer" Backend 2018-07-11 14:36:08 +00:00