gitlab-org--gitlab-foss/spec/features
Bob Van Landuyt 7684217d68 Enforces terms in the web application
This enforces the terms in the web application. These cases are
specced:

- Logging in: When terms are enforced, and a user logs in that has not
  accepted the terms, they are presented with the screen. They get
  directed to their customized root path afterwards.
- Signing up: After signing up, the first screen the user is presented
  with the screen to accept the terms. After they accept they are
  directed to the dashboard.
- While a session is active:
  - For a GET: The user will be directed to the terms page first,
    after they accept the terms, they will be directed to the page
    they were going to
  - For any other request: They are directed to the terms, after they
    accept the terms, they are directed back to the page they came
    from to retry the request. Any information entered would be
    persisted in localstorage and available on the page.
2018-05-04 13:54:43 +02:00
..
admin Enforces terms in the web application 2018-05-04 13:54:43 +02:00
atom Fixed dashboard filtering tests 2018-04-03 20:19:20 +02:00
boards Merge branch 'issue_45435' into 'master' 2018-04-20 07:35:13 +00:00
dashboard show only groups an admin is a member of in dashboards/grops 2018-05-01 09:24:21 +00:00
discussion_comments
explore
groups Ensure member notifications are sent after the member actual creation/update in the DB 2018-04-26 08:28:05 +02:00
issuables Resolve "Clicking confidential and lock icons on sidebar should also activate dropdown" 2018-04-02 18:46:50 +00:00
issues ensure users are signed out properly in user_uses_slash_commands_spec.rb 2018-05-03 14:31:32 +02:00
markdown move render_gfm into behaviors directory 2018-03-19 23:07:46 -05:00
merge_request Load branches on new merge request page asynchronously 2018-05-02 22:23:48 +00:00
merge_requests
milestones Replace the project/issues/milestones.feature spinach test with an rspec analog 2018-04-11 11:47:23 +00:00
profiles Display and revoke active sessions 2018-05-02 08:08:16 +00:00
projects Replace the project/source/markdown_render.feature spinach test with an rspec analog 2018-05-02 08:42:51 +00:00
reportable_note
search Fixed dashboard filtering tests 2018-04-03 20:19:20 +02:00
security
snippets blank lines around expect removed 2018-03-27 14:01:21 +05:30
tags
uploads
users Enforces terms in the web application 2018-05-04 13:54:43 +02:00
abuse_report_spec.rb
calendar_spec.rb
commits_spec.rb
container_registry_spec.rb
cycle_analytics_spec.rb
expand_collapse_diffs_spec.rb
global_search_spec.rb
group_variables_spec.rb
groups_spec.rb
help_pages_spec.rb
ide_spec.rb Fixed web IDE not working for sub-groups 2018-04-16 17:02:12 +01:00
invites_spec.rb
issues_spec.rb
labels_hierarchy_spec.rb Fix users not seeing labels from private groups when being a member of a child project 2018-04-23 13:56:38 -03:00
milestone_spec.rb Correct milestone_spec popover test 2018-04-03 00:21:43 +01:00
oauth_login_spec.rb Refactor OmniauthCallbacksController to remove duplication 2018-04-22 23:50:55 +01:00
participants_autocomplete_spec.rb
password_reset_spec.rb
profile_spec.rb Add confirmation modal to "Change username" 2018-04-06 09:36:22 +00:00
project_variables_spec.rb
projects_spec.rb
protected_branches_spec.rb Resolve "Protected branches count is wrong when a wildcard includes several protected branches" 2018-04-04 10:37:44 +00:00
protected_tags_spec.rb Resolve "Protected branches count is wrong when a wildcard includes several protected branches" 2018-04-04 10:37:44 +00:00
raven_js_spec.rb
read_only_spec.rb Add read-only banner to all pages 2018-03-22 20:34:45 +01:00
runners_spec.rb show group runners setup only to group master 2018-04-23 09:21:54 +02:00
signed_commits_spec.rb
snippets_spec.rb
task_lists_spec.rb
triggers_spec.rb
u2f_spec.rb
unsubscribe_links_spec.rb
user_can_display_performance_bar_spec.rb
user_sorts_things_spec.rb Replace the project/issues/issues.feature spinach test with an rspec analog 2018-04-03 10:27:56 +00:00