gitlab-org--gitlab-foss/spec/features/projects
Bob Van Landuyt e8ca579d88 Add a project forks spec helper
The helper creates a fork of a project with all provided attributes,
but skipping the creation of the repository on disk.
2017-10-07 11:46:23 +02:00
..
activity Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
artifacts Test against public projects 2017-10-05 12:41:22 +02:00
awards Replace the 'project/issues/award_emoji.feature' spinach test with an rspec analog 2017-09-12 20:55:34 +11:00
badges Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
blobs Ensure all project factories use `:repository` trait or `:empty_project` 2017-08-01 14:51:52 -04:00
branches Fix the default branches sorting to actually be 'Last updated' 2017-09-25 19:06:51 +02:00
commit Fixes commit comments in side-by-side diff view 2017-09-27 15:38:13 +01:00
commits Replace 'project/user_lookup.feature' spinach test with an rspec analog 2017-08-30 09:31:26 +11:00
diffs Add view replaced file link for image diffs 2017-09-20 09:39:12 -05:00
environments Merge branch '29943-environment-folder' into 'security-9-5' 2017-09-07 20:22:16 -04:00
files Fix failures introduced by Capybara upgrade 2017-09-05 10:12:12 -04:00
import_export Merge branch '23079-remove-default-scope-in-sortable' into 'master' 2017-09-07 16:15:32 +00:00
issues Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
jobs Replace the 'project/builds/summary.feature' spinach test with an rspec analog 2017-09-12 20:58:16 +11:00
labels Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
main Use `empty_project` where possible in spec/features/projects 2017-07-27 13:12:16 -04:00
members Refer to “Share with group lock” consistently 2017-09-06 12:07:21 -07:00
merge_requests Replace the 'project/merge_requests.feature' spinach test with an rspec analog 2017-10-05 09:31:34 +11:00
milestones Replace the project/milestone.feature spinach test with an rspec analog 2017-09-12 07:41:57 +11:00
pipelines Add feature specs for pipeline failure reason badge 2017-10-05 11:41:42 +02:00
services Replace the 'project/service.feature' spinach test with an rspec analog 2017-09-22 15:42:52 +11:00
settings Merge branch 'replace_group_links.feature' into 'master' 2017-09-11 14:55:00 +00:00
snippets Replace the 'project/snippets.feature' spinach test with an rspec analog 2017-09-18 18:52:28 +11:00
tags Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
tree Auto-correct ProjectPathHelper violations 2017-07-06 12:20:50 -04:00
wiki Hide Gollum inside Gitlab::Git::Wiki 2017-10-03 16:58:33 +00:00
branches_spec.rb Fix the default branches sorting to actually be 'Last updated' 2017-09-25 19:06:51 +02:00
clusters_spec.rb Improve redirect uri state and fix all remaining tests 2017-10-06 16:14:14 +02:00
compare_spec.rb Use `empty_project` where possible in spec/features/projects 2017-07-27 13:12:16 -04:00
deploy_keys_spec.rb Remove superfluous type defs in specs 2017-07-27 14:31:52 +02:00
developer_views_empty_project_instructions_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
edit_spec.rb Resolve "Make project and features visibility settings less confusing" 2017-09-07 18:07:40 +00:00
features_visibility_spec.rb Resolve "Make project and features visibility settings less confusing" 2017-09-07 18:07:40 +00:00
fork_spec.rb Fix fork button being disabled for users who can fork to group 2017-09-29 10:51:26 +01:00
gfm_autocomplete_load_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
guest_navigation_menu_spec.rb more spec fixes 2017-08-29 15:37:07 +01:00
issuable_templates_spec.rb Add a project forks spec helper 2017-10-07 11:46:23 +02:00
jobs_spec.rb Fixed Tests + Reverted Try out from before 2017-09-12 11:28:43 +02:00
merge_request_button_spec.rb Use `empty_project` where possible in spec/features/projects 2017-07-27 13:12:16 -04:00
new_project_spec.rb add tests for dynamically changing namespace selector within new project form 2017-08-26 03:31:14 -05:00
no_password_spec.rb Use `empty_project` where possible in spec/features/projects 2017-07-27 13:12:16 -04:00
pages_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
pipeline_schedules_spec.rb Fix spec 2017-08-04 20:22:44 +09:00
project_settings_spec.rb Port semi-linear merge strategy to CE (mostly FE) 2017-09-29 14:13:35 -05:00
ref_switcher_spec.rb Use `empty_project` where possible in spec/features/projects 2017-07-27 13:12:16 -04:00
show_project_spec.rb Move exception handling to execute 2017-07-26 12:47:50 +01:00
snippets_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
sub_group_issuables_spec.rb test fixes 2017-09-05 09:28:55 +01:00
user_archives_project_spec.rb Replace the 'project/archived.feature' spinach test with an rspec analog 2017-09-17 17:12:03 +11:00
user_browses_a_tree_with_a_folder_containing_only_a_folder.rb Fix a "Wrong number of arguments" error in TreeHelper#flatten_tree 2017-09-07 19:31:40 +02:00
user_browses_files_spec.rb Use `empty_project` where possible in spec/features/projects 2017-07-27 13:12:16 -04:00
user_creates_directory_spec.rb Add a project forks spec helper 2017-10-07 11:46:23 +02:00
user_creates_files_spec.rb Add a project forks spec helper 2017-10-07 11:46:23 +02:00
user_creates_project_spec.rb Auto-correct ProjectPathHelper violations 2017-07-06 12:20:50 -04:00
user_deletes_files_spec.rb Add a project forks spec helper 2017-10-07 11:46:23 +02:00
user_edits_files_spec.rb fix transient user_edits_files_spec failures 2017-09-18 10:20:57 +10:00
user_interacts_with_stars_spec.rb Replace 'project/star.feature' spinach test with an rspec analog 2017-08-30 08:54:43 +11:00
user_replaces_files_spec.rb Add a project forks spec helper 2017-10-07 11:46:23 +02:00
user_uploads_files_spec.rb Add a project forks spec helper 2017-10-07 11:46:23 +02:00
user_uses_shortcuts_spec.rb Replace the 'project/shortcuts.feature' spinach test with an rspec analog 2017-09-22 14:29:19 +11:00
view_on_env_spec.rb Auto-correct ProjectPathHelper violations 2017-07-06 12:20:50 -04:00