gitlab-org--gitlab-foss/spec/features/projects
Douwe Maan d3b89a407c Merge branch '37576-renamed-files-have-escaped-html-for-the-inline-diff-in-the-header' into 'master'
Resolve "Renamed files have escaped HTML for the inline diff in the header"

Closes #37576

See merge request gitlab-org/gitlab-ce!14121
2017-09-14 08:28:04 +00:00
..
activity Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
artifacts Change all :empty_project to :project 2017-08-02 17:47:31 -04: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 Use empty_project where possible in spec/features/projects 2017-07-27 13:12:16 -04:00
commit Merge branch 'replace_spinach_user_lookup.feature' into 'master' 2017-08-30 15:27:09 +00:00
commits Replace 'project/user_lookup.feature' spinach test with an rspec analog 2017-08-30 09:31:26 +11:00
diffs rework the html_safe not to use haml's auto escaping 2017-09-11 15:20:31 +00: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/revert.feature' spinach test with an rspec analog 2017-09-12 11:52:35 +11:00
milestones Replace the project/milestone.feature spinach test with an rspec analog 2017-09-12 07:41:57 +11:00
pipelines Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
services Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
settings Merge branch 'replace_group_links.feature' into 'master' 2017-09-11 14:55:00 +00:00
snippets Change all :empty_project to :project 2017-08-02 17:47:31 -04: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 Use WikiPages::CreateService in spec/features/projects/wiki/user_updates_wiki_page_spec.rb 2017-09-12 09:50:26 +02:00
branches_spec.rb Fix spec/features/projects/branches_spec 2017-07-28 12:52:40 -04: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
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 Use empty_project where possible in spec/features/projects 2017-07-27 13:12:16 -04: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 spec updates 2017-08-29 15:35:49 +01:00
ref_switcher_spec.rb Use empty_project where possible in spec/features/projects 2017-07-27 13:12:16 -04:00
shortcuts_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -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_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 Use empty_project where possible in spec/features/projects 2017-07-27 13:12:16 -04:00
user_creates_files_spec.rb Improve flaky ACE editor spec 2017-08-26 12:51:47 -07:00
user_creates_project_spec.rb Auto-correct ProjectPathHelper violations 2017-07-06 12:20:50 -04:00
user_deletes_files_spec.rb Use empty_project where possible in spec/features/projects 2017-07-27 13:12:16 -04:00
user_edits_files_spec.rb Merge branch 'user-edit-files-spec-fix' into 'master' 2017-08-14 10:32:00 +00: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 Use empty_project where possible in spec/features/projects 2017-07-27 13:12:16 -04:00
user_uploads_files_spec.rb Use empty_project where possible in spec/features/projects 2017-07-27 13:12:16 -04:00
view_on_env_spec.rb Auto-correct ProjectPathHelper violations 2017-07-06 12:20:50 -04:00