You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Marius Balteanu 7ad881aeb4 Use @assert_select@ to assert text from h1 element of wiki syntax pages (#39111, #40137). 4 months ago
..
account_controller_test.rb Remove "Unknown user" notification on password request with non-existent email address (#6254). 1 year ago
activities_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
admin_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
attachments_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
attachments_visibility_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
auth_sources_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
auto_completes_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
boards_controller_test.rb Remove overrides that inserts a non-breaking space (nbsp) to empty option elements (#40210). 4 months ago
calendars_controller_test.rb Display calendar in vertical list layout on mobile screens (#33682). 10 months ago
comments_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
context_menus_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
custom_field_enumerations_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
custom_fields_controller_test.rb Refactor CustomFieldsControllerTest#custom_field_classes (#40008). 5 months ago
documents_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
email_addresses_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
enumerations_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
files_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
gantts_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
groups_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
help_controller_test.rb Use @assert_select@ to assert text from h1 element of wiki syntax pages (#39111, #40137). 4 months ago
imports_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
issue_categories_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
issue_relations_controller_test.rb Fix related issues count not updating after deleting one of the related issues (#38493). 8 months ago
issue_statuses_controller_test.rb Add description for issue statuses and display them in issue new/edit form (#2568). 9 months ago
issues_controller_test.rb Fix RuboCop offense Layout/SpaceAfterComma due to r22418 (#39534). 7 months ago
issues_controller_transaction_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
issues_custom_fields_visibility_test.rb Fix RuboCop offense Style/HashEachMethods (#39887). 6 months ago
journals_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
mail_handler_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
members_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
messages_controller_test.rb Fix RuboCop offense Style/TrailingCommaInArguments introduced in r22584 (#39999). 5 months ago
my_controller_test.rb Display calendar in vertical list layout on mobile screens (#33682). 10 months ago
news_controller_test.rb Fix RuboCop offense Performance/MapMethodChain (#37247). 10 months ago
previews_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
principal_memberships_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
project_enumerations_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
projects_controller_test.rb Reverts r22438 (#35189). 5 months ago
queries_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
reports_controller_test.rb Fix a failing test due to r22142 (#38360). 1 year ago
repositories_bazaar_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
repositories_controller_test.rb Redirect to repositories#show after repository#fetch_changesets to avoid the user-visible browser URL (#39238). 7 months ago
repositories_cvs_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
repositories_filesystem_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
repositories_git_controller_test.rb Add "View annotation prior to this change" button in the annotate view of Git (#35432). 1 year ago
repositories_mercurial_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
repositories_subversion_controller_test.rb Updates subversion repository fixture with test data for #39747 (#39747, #36320). 6 months ago
roles_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
search_controller_test.rb Add a button to apply issues filter to search results (#38481). 1 year ago
search_custom_fields_visibility_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
sessions_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
settings_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
sys_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
timelog_controller_test.rb Fix RuboCop offense Performance/MapMethodChain (#37247). 10 months ago
timelog_custom_fields_visibility_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
timelog_report_test.rb Workaround to fix a random failing test on MySQL 8 caused by the removal of implicit sorting for GROUP BY (#39737). 7 months ago
trackers_controller_test.rb Fix RuboCop offense Rails/RedundantActiveRecordAllMethod (#37248). 8 months ago
users_controller_test.rb Exporting UserQuery does not use the query name as file name (#37674, #38182). 1 year ago
versions_controller_test.rb Export a version as changelog text (#36679). 1 year ago
versions_custom_fields_visibility_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
watchers_controller_test.rb Add test for #39894. 6 months ago
welcome_controller_test.rb Add data-text-formatting attribute for selected markup language to body tag (#20620). 7 months ago
wiki_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
wikis_controller_test.rb Reinitialize an empty Wiki page after after project wiki is deleted (#34634). 8 months ago
workflows_controller_test.rb Fix RuboCop offense Performance/MapMethodChain (#37247). 10 months ago