aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-12-15 12:05:17 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-12-15 12:05:17 +0000
commitff5276ba2c86687ebd39fa65d4666f87885ef50c (patch)
treea658f8ade0f3c6ddc7bb8886e4940fb24eae8c11 /tests
parent791dd8e8fb255948d58240514644cbd4b344e576 (diff)
downloadsonarqube-ff5276ba2c86687ebd39fa65d4666f87885ef50c.tar.gz
sonarqube-ff5276ba2c86687ebd39fa65d4666f87885ef50c.zip
move IT from src/it/java to src/test/java to follow default conf of failsafe plugin
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/tests/pom.xml2
-rw-r--r--tests/integration/tests/src/test/java/org/sonar/tests/integration/GzipCompressionTest.java (renamed from tests/integration/tests/src/it/java/org/sonar/tests/integration/GzipCompressionTest.java)0
-rw-r--r--tests/integration/tests/src/test/java/org/sonar/tests/integration/ITUtils.java (renamed from tests/integration/tests/src/it/java/org/sonar/tests/integration/ITUtils.java)0
-rw-r--r--tests/integration/tests/src/test/java/org/sonar/tests/integration/ServerTest.java (renamed from tests/integration/tests/src/it/java/org/sonar/tests/integration/ServerTest.java)0
-rw-r--r--tests/integration/tests/src/test/java/org/sonar/tests/integration/Struts139Test.java (renamed from tests/integration/tests/src/it/java/org/sonar/tests/integration/Struts139Test.java)0
-rw-r--r--tests/integration/tests/src/test/java/org/sonar/tests/integration/UpdateCenterTest.java (renamed from tests/integration/tests/src/it/java/org/sonar/tests/integration/UpdateCenterTest.java)0
-rw-r--r--tests/integration/tests/src/test/java/org/sonar/tests/integration/VariationsIT.java (renamed from tests/integration/tests/src/it/java/org/sonar/tests/integration/VariationsIT.java)0
-rw-r--r--tests/integration/tests/src/test/java/org/sonar/tests/integration/ViolationsTimemachineTest.java (renamed from tests/integration/tests/src/it/java/org/sonar/tests/integration/ViolationsTimemachineTest.java)0
-rw-r--r--tests/integration/tests/src/test/java/org/sonar/tests/integration/selenium/CustomizeComponentsPageTest.java (renamed from tests/integration/tests/src/it/java/org/sonar/tests/integration/selenium/CustomizeComponentsPageTest.java)0
-rw-r--r--tests/integration/tests/src/test/java/org/sonar/tests/integration/selenium/DeployUIExtensionsTest.java (renamed from tests/integration/tests/src/it/java/org/sonar/tests/integration/selenium/DeployUIExtensionsTest.java)0
-rw-r--r--tests/integration/tests/src/test/java/org/sonar/tests/integration/selenium/SonarTestCase.java (renamed from tests/integration/tests/src/it/java/org/sonar/tests/integration/selenium/SonarTestCase.java)0
-rw-r--r--tests/integration/tests/src/test/selenium/SONAR-1032-ws-api.html (renamed from tests/integration/tests/src/it/selenium/SONAR-1032-ws-api.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/SONAR-1074-commented-code.html (renamed from tests/integration/tests/src/it/selenium/SONAR-1074-commented-code.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/SONAR-1709-static-resources.html (renamed from tests/integration/tests/src/it/selenium/SONAR-1709-static-resources.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/SONAR-1772-findbugs-violations.html (renamed from tests/integration/tests/src/it/selenium/SONAR-1772-findbugs-violations.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/SONAR-222_maven_extensions.html (renamed from tests/integration/tests/src/it/selenium/SONAR-222_maven_extensions.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/SONAR-594-jee-sample.html (renamed from tests/integration/tests/src/it/selenium/SONAR-594-jee-sample.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/SONAR-594-no-violations.html (renamed from tests/integration/tests/src/it/selenium/SONAR-594-no-violations.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/SONAR-684-encode-violation-messages.html (renamed from tests/integration/tests/src/it/selenium/SONAR-684-encode-violation-messages.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/SONAR-767-pmd-close-resource-rule.html (renamed from tests/integration/tests/src/it/selenium/SONAR-767-pmd-close-resource-rule.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/SONAR-787-checkstyle-SuppressionCommentFilter.html (renamed from tests/integration/tests/src/it/selenium/SONAR-787-checkstyle-SuppressionCommentFilter.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/SONAR-981-clover-skip.html (renamed from tests/integration/tests/src/it/selenium/SONAR-981-clover-skip.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/alerts/create_and_delete_alert_on_lines_of_code.html (renamed from tests/integration/tests/src/it/selenium/alerts/create_and_delete_alert_on_lines_of_code.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/alerts/should_validate_alert_on_creation.html (renamed from tests/integration/tests/src/it/selenium/alerts/should_validate_alert_on_creation.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/all-tests.html (renamed from tests/integration/tests/src/it/selenium/all-tests.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/authentication/login_cancel.html (renamed from tests/integration/tests/src/it/selenium/authentication/login_cancel.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/authentication/login_successful.html (renamed from tests/integration/tests/src/it/selenium/authentication/login_successful.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/authentication/login_wrong_password.html (renamed from tests/integration/tests/src/it/selenium/authentication/login_wrong_password.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/branch.html (renamed from tests/integration/tests/src/it/selenium/branch.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/clover/clover2.html (renamed from tests/integration/tests/src/it/selenium/clover/clover2.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/clover/clover3.html (renamed from tests/integration/tests/src/it/selenium/clover/clover3.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/contextualized-breadcrumb.html (renamed from tests/integration/tests/src/it/selenium/contextualized-breadcrumb.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/coverage_clouds/clouds_on_packages.html (renamed from tests/integration/tests/src/it/selenium/coverage_clouds/clouds_on_packages.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/coverage_clouds/coverage_clouds_project_risk.html (renamed from tests/integration/tests/src/it/selenium/coverage_clouds/coverage_clouds_project_risk.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/coverage_clouds/coverage_clouds_quick_wins.html (renamed from tests/integration/tests/src/it/selenium/coverage_clouds/coverage_clouds_quick_wins.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/coverage_clouds/coverage_clouds_source_tab.html (renamed from tests/integration/tests/src/it/selenium/coverage_clouds/coverage_clouds_source_tab.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/custom-maven-type.html (renamed from tests/integration/tests/src/it/selenium/custom-maven-type.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/dashboard/SONAR-601-project-without-measures.html (renamed from tests/integration/tests/src/it/selenium/dashboard/SONAR-601-project-without-measures.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/dashboard/basic-archetype-widget.html (renamed from tests/integration/tests/src/it/selenium/dashboard/basic-archetype-widget.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/dashboard/chidamber_kemerer_widget.html (renamed from tests/integration/tests/src/it/selenium/dashboard/chidamber_kemerer_widget.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/dashboard/deprecated-url-format.html (renamed from tests/integration/tests/src/it/selenium/dashboard/deprecated-url-format.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/dashboard/display_files_and_classes.html (renamed from tests/integration/tests/src/it/selenium/dashboard/display_files_and_classes.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/dashboard/file_widget_on_packages.html (renamed from tests/integration/tests/src/it/selenium/dashboard/file_widget_on_packages.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/dashboard/no_file_design_widget_on_projects.html (renamed from tests/integration/tests/src/it/selenium/dashboard/no_file_design_widget_on_projects.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/dashboard/no_package_design_widget_on_packages.html (renamed from tests/integration/tests/src/it/selenium/dashboard/no_package_design_widget_on_packages.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/dashboard/package_design_widget_on_projects.html (renamed from tests/integration/tests/src/it/selenium/dashboard/package_design_widget_on_projects.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/dashboard/reference.html (renamed from tests/integration/tests/src/it/selenium/dashboard/reference.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/dependencies/no_results.html (renamed from tests/integration/tests/src/it/selenium/dependencies/no_results.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/dependencies/search_subprojects.html (renamed from tests/integration/tests/src/it/selenium/dependencies/search_subprojects.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/dependencies/standard_usage.html (renamed from tests/integration/tests/src/it/selenium/dependencies/standard_usage.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/dependencies/too_short_search.html (renamed from tests/integration/tests/src/it/selenium/dependencies/too_short_search.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/design/drilldown_on_lcom4.html (renamed from tests/integration/tests/src/it/selenium/design/drilldown_on_lcom4.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/design/drilldown_on_rfc.html (renamed from tests/integration/tests/src/it/selenium/design/drilldown_on_rfc.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/design/drilldown_to_dsm.html (renamed from tests/integration/tests/src/it/selenium/design/drilldown_to_dsm.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/design/lcom4_tab.html (renamed from tests/integration/tests/src/it/selenium/design/lcom4_tab.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/design/load_dsm_at_startup_when_drilldown_to_zero_package_tangles.html (renamed from tests/integration/tests/src/it/selenium/design/load_dsm_at_startup_when_drilldown_to_zero_package_tangles.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/disabled-project.html (renamed from tests/integration/tests/src/it/selenium/disabled-project.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/do-not-import-sources.html (renamed from tests/integration/tests/src/it/selenium/do-not-import-sources.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/duplicated-lines/drilldown-without-ratio.html (renamed from tests/integration/tests/src/it/selenium/duplicated-lines/drilldown-without-ratio.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/event_categories/should_create_category.html (renamed from tests/integration/tests/src/it/selenium/event_categories/should_create_category.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/event_categories/should_delete_category.html (renamed from tests/integration/tests/src/it/selenium/event_categories/should_delete_category.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/event_categories/should_edit_category.html (renamed from tests/integration/tests/src/it/selenium/event_categories/should_edit_category.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/event_categories/should_validate_category.html (renamed from tests/integration/tests/src/it/selenium/event_categories/should_validate_category.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/events/create_event_on_last_snapshot.html (renamed from tests/integration/tests/src/it/selenium/events/create_event_on_last_snapshot.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/events/create_event_with_special_characters.html (renamed from tests/integration/tests/src/it/selenium/events/create_event_with_special_characters.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/events/create_event_without_snapshot.html (renamed from tests/integration/tests/src/it/selenium/events/create_event_without_snapshot.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/events/no_events_widget_on_module_and_package.html (renamed from tests/integration/tests/src/it/selenium/events/no_events_widget_on_module_and_package.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/events/should_not_create_events_if_anonymous.html (renamed from tests/integration/tests/src/it/selenium/events/should_not_create_events_if_anonymous.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/events/should_validate_event_on_creation.html (renamed from tests/integration/tests/src/it/selenium/events/should_validate_event_on_creation.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/exclusions/SONAR-1115-do-not-exclude-unit-tests.html (renamed from tests/integration/tests/src/it/selenium/exclusions/SONAR-1115-do-not-exclude-unit-tests.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/exclusions/cobertura_exclusions.html (renamed from tests/integration/tests/src/it/selenium/exclusions/cobertura_exclusions.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/exclusions/cpd_exclusions.html (renamed from tests/integration/tests/src/it/selenium/exclusions/cpd_exclusions.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/exclusions/javancss_exclusions.html (renamed from tests/integration/tests/src/it/selenium/exclusions/javancss_exclusions.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/exclusions/set_exclusions_from_project_settings_page.html (renamed from tests/integration/tests/src/it/selenium/exclusions/set_exclusions_from_project_settings_page.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/filters/anonymous-default-filters.html (renamed from tests/integration/tests/src/it/selenium/filters/anonymous-default-filters.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/filters/create-advanced-filter.html (renamed from tests/integration/tests/src/it/selenium/filters/create-advanced-filter.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/filters/create-and-delete-filter.html (renamed from tests/integration/tests/src/it/selenium/filters/create-and-delete-filter.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/filters/default-filters-console-for-admins-only.html (renamed from tests/integration/tests/src/it/selenium/filters/default-filters-console-for-admins-only.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/filters/default-filters-console.html (renamed from tests/integration/tests/src/it/selenium/filters/default-filters-console.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/filters/set-favourite-project.html (renamed from tests/integration/tests/src/it/selenium/filters/set-favourite-project.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/filters/treemap-filter.html (renamed from tests/integration/tests/src/it/selenium/filters/treemap-filter.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/footer-data.html (renamed from tests/integration/tests/src/it/selenium/footer-data.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/google_analytics_plugin/activate_google_analytics.html (renamed from tests/integration/tests/src/it/selenium/google_analytics_plugin/activate_google_analytics.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/google_analytics_plugin/deactivate_google_analytics.html (renamed from tests/integration/tests/src/it/selenium/google_analytics_plugin/deactivate_google_analytics.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/hotspots/ccn_hotspot.html (renamed from tests/integration/tests/src/it/selenium/hotspots/ccn_hotspot.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/hotspots/duplicated_lines_hotspot.html (renamed from tests/integration/tests/src/it/selenium/hotspots/duplicated_lines_hotspot.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/hotspots/function_complexity_hotspot.html (renamed from tests/integration/tests/src/it/selenium/hotspots/function_complexity_hotspot.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/hotspots/no_measures.html (renamed from tests/integration/tests/src/it/selenium/hotspots/no_measures.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/hotspots/popup-on-rules.html (renamed from tests/integration/tests/src/it/selenium/hotspots/popup-on-rules.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/hotspots/rules_violations_hotspot.html (renamed from tests/integration/tests/src/it/selenium/hotspots/rules_violations_hotspot.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/hotspots/test_execution_time_hotspot.html (renamed from tests/integration/tests/src/it/selenium/hotspots/test_execution_time_hotspot.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/hotspots/violations_hotspot.html (renamed from tests/integration/tests/src/it/selenium/hotspots/violations_hotspot.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/i18n/default_locale_is_english.html (renamed from tests/integration/tests/src/it/selenium/i18n/default_locale_is_english.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/i18n/french-france.html (renamed from tests/integration/tests/src/it/selenium/i18n/french-france.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/i18n/french-switzerland.html (renamed from tests/integration/tests/src/it/selenium/i18n/french-switzerland.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/i18n/french.html (renamed from tests/integration/tests/src/it/selenium/i18n/french.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/i18n/japanese_duplications.html (renamed from tests/integration/tests/src/it/selenium/i18n/japanese_duplications.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/i18n/japanese_sources.html (renamed from tests/integration/tests/src/it/selenium/i18n/japanese_sources.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/java-inner-classes/dashboard.html (renamed from tests/integration/tests/src/it/selenium/java-inner-classes/dashboard.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/libraries/display_tests.html (renamed from tests/integration/tests/src/it/selenium/libraries/display_tests.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/libraries/keyword_filter.html (renamed from tests/integration/tests/src/it/selenium/libraries/keyword_filter.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/libraries/module_libraries.html (renamed from tests/integration/tests/src/it/selenium/libraries/module_libraries.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/manual_metrics/predefined_metrics.html (renamed from tests/integration/tests/src/it/selenium/manual_metrics/predefined_metrics.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/many-source-dirs.html (renamed from tests/integration/tests/src/it/selenium/many-source-dirs.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/measures_drilldown/SONAR-1016_file_level_resources_only.html (renamed from tests/integration/tests/src/it/selenium/measures_drilldown/SONAR-1016_file_level_resources_only.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/measures_drilldown/SONAR-268.html (renamed from tests/integration/tests/src/it/selenium/measures_drilldown/SONAR-268.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/measures_drilldown/SONAR-564_show_zero_measures.html (renamed from tests/integration/tests/src/it/selenium/measures_drilldown/SONAR-564_show_zero_measures.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/measures_drilldown/dont-display-resources-without-violations.html (renamed from tests/integration/tests/src/it/selenium/measures_drilldown/dont-display-resources-without-violations.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/measures_drilldown/show_from_modules_to_classes.html (renamed from tests/integration/tests/src/it/selenium/measures_drilldown/show_from_modules_to_classes.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/modules.html (renamed from tests/integration/tests/src/it/selenium/modules.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/plugins/settings_on_core_plugins.html (renamed from tests/integration/tests/src/it/selenium/plugins/settings_on_core_plugins.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/profiles/SONAR-560_remove_a_rule_from_sonar_way.html (renamed from tests/integration/tests/src/it/selenium/profiles/SONAR-560_remove_a_rule_from_sonar_way.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/profiles/activate-profile.html (renamed from tests/integration/tests/src/it/selenium/profiles/activate-profile.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/profiles/backup-profile.html (renamed from tests/integration/tests/src/it/selenium/profiles/backup-profile.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/profiles/bulk-change.html (renamed from tests/integration/tests/src/it/selenium/profiles/bulk-change.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/profiles/cancel-profile-creation.html (renamed from tests/integration/tests/src/it/selenium/profiles/cancel-profile-creation.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/profiles/copy-profile.html (renamed from tests/integration/tests/src/it/selenium/profiles/copy-profile.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/profiles/create_java_profile.html (renamed from tests/integration/tests/src/it/selenium/profiles/create_java_profile.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/profiles/dashboard_links_to_used_profile.html (renamed from tests/integration/tests/src/it/selenium/profiles/dashboard_links_to_used_profile.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/profiles/delete-profile.html (renamed from tests/integration/tests/src/it/selenium/profiles/delete-profile.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/profiles/display-permalinks-to-tools.html (renamed from tests/integration/tests/src/it/selenium/profiles/display-permalinks-to-tools.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/profiles/do-not-copy-with-blank-name.html (renamed from tests/integration/tests/src/it/selenium/profiles/do-not-copy-with-blank-name.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/profiles/do-not-copy-with-existing-name.html (renamed from tests/integration/tests/src/it/selenium/profiles/do-not-copy-with-existing-name.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/profiles/do-not-create-profile-with-existing-name.html (renamed from tests/integration/tests/src/it/selenium/profiles/do-not-create-profile-with-existing-name.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/profiles/do-not-delete-provided-profiles.html (renamed from tests/integration/tests/src/it/selenium/profiles/do-not-delete-provided-profiles.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/profiles/link-profile-to-project.html (renamed from tests/integration/tests/src/it/selenium/profiles/link-profile-to-project.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/profiles/permalink-to-checkstyle-configuration.html (renamed from tests/integration/tests/src/it/selenium/profiles/permalink-to-checkstyle-configuration.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/profiles/permalink-to-default-checkstyle-configuration.html (renamed from tests/integration/tests/src/it/selenium/profiles/permalink-to-default-checkstyle-configuration.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/profiles/permalink-to-pmd-configuration.html (renamed from tests/integration/tests/src/it/selenium/profiles/permalink-to-pmd-configuration.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/profiles/profile-overriden-by-maven-parameter.html (renamed from tests/integration/tests/src/it/selenium/profiles/profile-overriden-by-maven-parameter.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/profiles/provided-profiles-are-not-editable.html (renamed from tests/integration/tests/src/it/selenium/profiles/provided-profiles-are-not-editable.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/profiles/read-only-mode-when-anonymous-user.html (renamed from tests/integration/tests/src/it/selenium/profiles/read-only-mode-when-anonymous-user.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/profiles/should_import_checkstyle_findbugs_pmd.html (renamed from tests/integration/tests/src/it/selenium/profiles/should_import_checkstyle_findbugs_pmd.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/profiles/user-profiles-are-editable.html (renamed from tests/integration/tests/src/it/selenium/profiles/user-profiles-are-editable.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/projects_columns/projects_columns_add_and_remove_column.html (renamed from tests/integration/tests/src/it/selenium/projects_columns/projects_columns_add_and_remove_column.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/projects_columns/projects_columns_disable_and_enable_treemap.html (renamed from tests/integration/tests/src/it/selenium/projects_columns/projects_columns_disable_and_enable_treemap.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/projects_columns/projects_columns_move_column_to_left_and_right.html (renamed from tests/integration/tests/src/it/selenium/projects_columns/projects_columns_move_column_to_left_and_right.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/projects_columns/projects_columns_remove_default_column_sort.html (renamed from tests/integration/tests/src/it/selenium/projects_columns/projects_columns_remove_default_column_sort.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/projects_columns/projects_columns_update_default_column_sort.html (renamed from tests/integration/tests/src/it/selenium/projects_columns/projects_columns_update_default_column_sort.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/reviews/create_then_edit_type.html (renamed from tests/integration/tests/src/it/selenium/reviews/create_then_edit_type.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/reviews/insert_then_delete_review_measure.html (renamed from tests/integration/tests/src/it/selenium/reviews/insert_then_delete_review_measure.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/reviews/reviews_should_not_create_review_in_futur.html (renamed from tests/integration/tests/src/it/selenium/reviews/reviews_should_not_create_review_in_futur.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/ruby-api.html (renamed from tests/integration/tests/src/it/selenium/ruby-api.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/rules-on-tests.html (renamed from tests/integration/tests/src/it/selenium/rules-on-tests.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/rules/SONAR-1000_quality_profile_with_space_or_dot.html (renamed from tests/integration/tests/src/it/selenium/rules/SONAR-1000_quality_profile_with_space_or_dot.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/rules/check_rules_extensions.html (renamed from tests/integration/tests/src/it/selenium/rules/check_rules_extensions.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/rules/copy_a_provided_profile_and_modify_a_rule_param.html (renamed from tests/integration/tests/src/it/selenium/rules/copy_a_provided_profile_and_modify_a_rule_param.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/rules/copy_and_edit_rule_template.html (renamed from tests/integration/tests/src/it/selenium/rules/copy_and_edit_rule_template.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/rules/pmd_xpath_rule_extension.html (renamed from tests/integration/tests/src/it/selenium/rules/pmd_xpath_rule_extension.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/rules/rule_search.html (renamed from tests/integration/tests/src/it/selenium/rules/rule_search.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/rules/rule_search_verify_form_values_on_first_call.html (renamed from tests/integration/tests/src/it/selenium/rules/rule_search_verify_form_values_on_first_call.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/rules/search_all_rules.html (renamed from tests/integration/tests/src/it/selenium/rules/search_all_rules.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/rules/search_and_display_inactive_rules.html (renamed from tests/integration/tests/src/it/selenium/rules/search_and_display_inactive_rules.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/rules/search_any_rules.html (renamed from tests/integration/tests/src/it/selenium/rules/search_any_rules.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/rules/search_by_plugin.html (renamed from tests/integration/tests/src/it/selenium/rules/search_by_plugin.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/rules/search_by_rule_priority.html (renamed from tests/integration/tests/src/it/selenium/rules/search_by_rule_priority.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/rules/search_by_rule_status.html (renamed from tests/integration/tests/src/it/selenium/rules/search_by_rule_status.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/rules/search_by_rule_title.html (renamed from tests/integration/tests/src/it/selenium/rules/search_by_rule_title.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/rules/violations_tab.html (renamed from tests/integration/tests/src/it/selenium/rules/violations_tab.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/sourceviewers/SONAR-1007_violations_tab_when_no_violations.html (renamed from tests/integration/tests/src/it/selenium/sourceviewers/SONAR-1007_violations_tab_when_no_violations.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/sourceviewers/SONAR-300-tests_details.html (renamed from tests/integration/tests/src/it/selenium/sourceviewers/SONAR-300-tests_details.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/sourceviewers/SONAR-517_violations_drilldown.html (renamed from tests/integration/tests/src/it/selenium/sourceviewers/SONAR-517_violations_drilldown.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/sourceviewers/SONAR-538-duplications_viewer.html (renamed from tests/integration/tests/src/it/selenium/sourceviewers/SONAR-538-duplications_viewer.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/sourceviewers/SONAR-582-violations-without-lines.html (renamed from tests/integration/tests/src/it/selenium/sourceviewers/SONAR-582-violations-without-lines.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/sourceviewers/SONAR-659-test_success_percentage.html (renamed from tests/integration/tests/src/it/selenium/sourceviewers/SONAR-659-test_success_percentage.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/static-analysis/deprecated_light_mode.html (renamed from tests/integration/tests/src/it/selenium/static-analysis/deprecated_light_mode.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/static-analysis/static-analysis.html (renamed from tests/integration/tests/src/it/selenium/static-analysis/static-analysis.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/system_info/system_info.html (renamed from tests/integration/tests/src/it/selenium/system_info/system_info.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/timemachine/SONAR-506_number_of_rules_violations_is_incorrect.html (renamed from tests/integration/tests/src/it/selenium/timemachine/SONAR-506_number_of_rules_violations_is_incorrect.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/timemachine/display-first-and-last-five-events.html (renamed from tests/integration/tests/src/it/selenium/timemachine/display-first-and-last-five-events.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/timemachine/should-not-display-rows-without-data.html (renamed from tests/integration/tests/src/it/selenium/timemachine/should-not-display-rows-without-data.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/timemachine/violations-timemachine.html (renamed from tests/integration/tests/src/it/selenium/timemachine/violations-timemachine.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/treemap/treemap_check_gradient_direction.html (renamed from tests/integration/tests/src/it/selenium/treemap/treemap_check_gradient_direction.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/treemap/treemap_file_drilldown_link.html (renamed from tests/integration/tests/src/it/selenium/treemap/treemap_file_drilldown_link.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/unit_tests/SONAR-1099-html-chars.html (renamed from tests/integration/tests/src/it/selenium/unit_tests/SONAR-1099-html-chars.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/unit_tests/no-test-failures.html (renamed from tests/integration/tests/src/it/selenium/unit_tests/no-test-failures.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/unit_tests/no-tests-data-on-static-analysis.html (renamed from tests/integration/tests/src/it/selenium/unit_tests/no-tests-data-on-static-analysis.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/unit_tests/reuse-clover-and-junit-reports.html (renamed from tests/integration/tests/src/it/selenium/unit_tests/reuse-clover-and-junit-reports.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/unit_tests/reuse-cobertura-and-junit-reports.html (renamed from tests/integration/tests/src/it/selenium/unit_tests/reuse-cobertura-and-junit-reports.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/unit_tests/reuse-junit-reports-only.html (renamed from tests/integration/tests/src/it/selenium/unit_tests/reuse-junit-reports-only.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/unit_tests/reuse-maven-coverage-reports.html (renamed from tests/integration/tests/src/it/selenium/unit_tests/reuse-maven-coverage-reports.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/unit_tests/skip-surefire-tests.html (renamed from tests/integration/tests/src/it/selenium/unit_tests/skip-surefire-tests.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/unit_tests/some-test-failures.html (renamed from tests/integration/tests/src/it/selenium/unit_tests/some-test-failures.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/unit_tests/zero-when-no-tests.html (renamed from tests/integration/tests/src/it/selenium/unit_tests/zero-when-no-tests.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/users/accept-login-with-whitespace.html (renamed from tests/integration/tests/src/it/selenium/users/accept-login-with-whitespace.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/users/add-user-to-group.html (renamed from tests/integration/tests/src/it/selenium/users/add-user-to-group.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/users/admin-has-default-groups.html (renamed from tests/integration/tests/src/it/selenium/users/admin-has-default-groups.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/users/affect-new-user-to-default-group.html (renamed from tests/integration/tests/src/it/selenium/users/affect-new-user-to-default-group.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/users/affect-user-to-group.html (renamed from tests/integration/tests/src/it/selenium/users/affect-user-to-group.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/users/authenticate-new-user.html (renamed from tests/integration/tests/src/it/selenium/users/authenticate-new-user.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/users/can-not-delete-myself.html (renamed from tests/integration/tests/src/it/selenium/users/can-not-delete-myself.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/users/change-username-without-changing-password.html (renamed from tests/integration/tests/src/it/selenium/users/change-username-without-changing-password.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/users/confirm-password-when-creating-user.html (renamed from tests/integration/tests/src/it/selenium/users/confirm-password-when-creating-user.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/users/create-and-delete-groups.html (renamed from tests/integration/tests/src/it/selenium/users/create-and-delete-groups.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/users/create-and-delete-users.html (renamed from tests/integration/tests/src/it/selenium/users/create-and-delete-users.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/users/my-profile-display-basic-data.html (renamed from tests/integration/tests/src/it/selenium/users/my-profile-display-basic-data.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/violations_drilldown/SONAR-455_hide_zero_measures.html (renamed from tests/integration/tests/src/it/selenium/violations_drilldown/SONAR-455_hide_zero_measures.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/violations_drilldown/check_violations_on_extensions.html (renamed from tests/integration/tests/src/it/selenium/violations_drilldown/check_violations_on_extensions.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/violations_drilldown/popup-on-rules.html (renamed from tests/integration/tests/src/it/selenium/violations_drilldown/popup-on-rules.html)0
-rw-r--r--tests/integration/tests/src/test/selenium/violations_drilldown/select_resource.html (renamed from tests/integration/tests/src/it/selenium/violations_drilldown/select_resource.html)0
200 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/tests/pom.xml b/tests/integration/tests/pom.xml
index f79a7b2c7f3..e4ab316ecd9 100644
--- a/tests/integration/tests/pom.xml
+++ b/tests/integration/tests/pom.xml
@@ -143,7 +143,7 @@
<port>4444</port>
<browser>${selenium.browser}</browser>
<startURL>http://localhost:9000/</startURL>
- <suite>src/it/selenium/all-tests.html</suite>
+ <suite>src/test/selenium/all-tests.html</suite>
<slowResources>false</slowResources>
</configuration>
<executions>
diff --git a/tests/integration/tests/src/it/java/org/sonar/tests/integration/GzipCompressionTest.java b/tests/integration/tests/src/test/java/org/sonar/tests/integration/GzipCompressionTest.java
index 841e7b59e77..841e7b59e77 100644
--- a/tests/integration/tests/src/it/java/org/sonar/tests/integration/GzipCompressionTest.java
+++ b/tests/integration/tests/src/test/java/org/sonar/tests/integration/GzipCompressionTest.java
diff --git a/tests/integration/tests/src/it/java/org/sonar/tests/integration/ITUtils.java b/tests/integration/tests/src/test/java/org/sonar/tests/integration/ITUtils.java
index e6d0ec79dd1..e6d0ec79dd1 100644
--- a/tests/integration/tests/src/it/java/org/sonar/tests/integration/ITUtils.java
+++ b/tests/integration/tests/src/test/java/org/sonar/tests/integration/ITUtils.java
diff --git a/tests/integration/tests/src/it/java/org/sonar/tests/integration/ServerTest.java b/tests/integration/tests/src/test/java/org/sonar/tests/integration/ServerTest.java
index 80968f3468c..80968f3468c 100644
--- a/tests/integration/tests/src/it/java/org/sonar/tests/integration/ServerTest.java
+++ b/tests/integration/tests/src/test/java/org/sonar/tests/integration/ServerTest.java
diff --git a/tests/integration/tests/src/it/java/org/sonar/tests/integration/Struts139Test.java b/tests/integration/tests/src/test/java/org/sonar/tests/integration/Struts139Test.java
index aa6cc2e20e6..aa6cc2e20e6 100644
--- a/tests/integration/tests/src/it/java/org/sonar/tests/integration/Struts139Test.java
+++ b/tests/integration/tests/src/test/java/org/sonar/tests/integration/Struts139Test.java
diff --git a/tests/integration/tests/src/it/java/org/sonar/tests/integration/UpdateCenterTest.java b/tests/integration/tests/src/test/java/org/sonar/tests/integration/UpdateCenterTest.java
index 9ba4c33cb8a..9ba4c33cb8a 100644
--- a/tests/integration/tests/src/it/java/org/sonar/tests/integration/UpdateCenterTest.java
+++ b/tests/integration/tests/src/test/java/org/sonar/tests/integration/UpdateCenterTest.java
diff --git a/tests/integration/tests/src/it/java/org/sonar/tests/integration/VariationsIT.java b/tests/integration/tests/src/test/java/org/sonar/tests/integration/VariationsIT.java
index 20307d6367a..20307d6367a 100644
--- a/tests/integration/tests/src/it/java/org/sonar/tests/integration/VariationsIT.java
+++ b/tests/integration/tests/src/test/java/org/sonar/tests/integration/VariationsIT.java
diff --git a/tests/integration/tests/src/it/java/org/sonar/tests/integration/ViolationsTimemachineTest.java b/tests/integration/tests/src/test/java/org/sonar/tests/integration/ViolationsTimemachineTest.java
index f834de08ab1..f834de08ab1 100644
--- a/tests/integration/tests/src/it/java/org/sonar/tests/integration/ViolationsTimemachineTest.java
+++ b/tests/integration/tests/src/test/java/org/sonar/tests/integration/ViolationsTimemachineTest.java
diff --git a/tests/integration/tests/src/it/java/org/sonar/tests/integration/selenium/CustomizeComponentsPageTest.java b/tests/integration/tests/src/test/java/org/sonar/tests/integration/selenium/CustomizeComponentsPageTest.java
index 5d6ecc65830..5d6ecc65830 100644
--- a/tests/integration/tests/src/it/java/org/sonar/tests/integration/selenium/CustomizeComponentsPageTest.java
+++ b/tests/integration/tests/src/test/java/org/sonar/tests/integration/selenium/CustomizeComponentsPageTest.java
diff --git a/tests/integration/tests/src/it/java/org/sonar/tests/integration/selenium/DeployUIExtensionsTest.java b/tests/integration/tests/src/test/java/org/sonar/tests/integration/selenium/DeployUIExtensionsTest.java
index dca4cb25232..dca4cb25232 100644
--- a/tests/integration/tests/src/it/java/org/sonar/tests/integration/selenium/DeployUIExtensionsTest.java
+++ b/tests/integration/tests/src/test/java/org/sonar/tests/integration/selenium/DeployUIExtensionsTest.java
diff --git a/tests/integration/tests/src/it/java/org/sonar/tests/integration/selenium/SonarTestCase.java b/tests/integration/tests/src/test/java/org/sonar/tests/integration/selenium/SonarTestCase.java
index fa56aac27e6..fa56aac27e6 100644
--- a/tests/integration/tests/src/it/java/org/sonar/tests/integration/selenium/SonarTestCase.java
+++ b/tests/integration/tests/src/test/java/org/sonar/tests/integration/selenium/SonarTestCase.java
diff --git a/tests/integration/tests/src/it/selenium/SONAR-1032-ws-api.html b/tests/integration/tests/src/test/selenium/SONAR-1032-ws-api.html
index a4036517c22..a4036517c22 100644
--- a/tests/integration/tests/src/it/selenium/SONAR-1032-ws-api.html
+++ b/tests/integration/tests/src/test/selenium/SONAR-1032-ws-api.html
diff --git a/tests/integration/tests/src/it/selenium/SONAR-1074-commented-code.html b/tests/integration/tests/src/test/selenium/SONAR-1074-commented-code.html
index 183894187e0..183894187e0 100644
--- a/tests/integration/tests/src/it/selenium/SONAR-1074-commented-code.html
+++ b/tests/integration/tests/src/test/selenium/SONAR-1074-commented-code.html
diff --git a/tests/integration/tests/src/it/selenium/SONAR-1709-static-resources.html b/tests/integration/tests/src/test/selenium/SONAR-1709-static-resources.html
index b172c2a6728..b172c2a6728 100644
--- a/tests/integration/tests/src/it/selenium/SONAR-1709-static-resources.html
+++ b/tests/integration/tests/src/test/selenium/SONAR-1709-static-resources.html
diff --git a/tests/integration/tests/src/it/selenium/SONAR-1772-findbugs-violations.html b/tests/integration/tests/src/test/selenium/SONAR-1772-findbugs-violations.html
index 7326558836b..7326558836b 100644
--- a/tests/integration/tests/src/it/selenium/SONAR-1772-findbugs-violations.html
+++ b/tests/integration/tests/src/test/selenium/SONAR-1772-findbugs-violations.html
diff --git a/tests/integration/tests/src/it/selenium/SONAR-222_maven_extensions.html b/tests/integration/tests/src/test/selenium/SONAR-222_maven_extensions.html
index 9d3b8b6c3e6..9d3b8b6c3e6 100644
--- a/tests/integration/tests/src/it/selenium/SONAR-222_maven_extensions.html
+++ b/tests/integration/tests/src/test/selenium/SONAR-222_maven_extensions.html
diff --git a/tests/integration/tests/src/it/selenium/SONAR-594-jee-sample.html b/tests/integration/tests/src/test/selenium/SONAR-594-jee-sample.html
index aa0b79967f6..aa0b79967f6 100644
--- a/tests/integration/tests/src/it/selenium/SONAR-594-jee-sample.html
+++ b/tests/integration/tests/src/test/selenium/SONAR-594-jee-sample.html
diff --git a/tests/integration/tests/src/it/selenium/SONAR-594-no-violations.html b/tests/integration/tests/src/test/selenium/SONAR-594-no-violations.html
index 9a3641c29eb..9a3641c29eb 100644
--- a/tests/integration/tests/src/it/selenium/SONAR-594-no-violations.html
+++ b/tests/integration/tests/src/test/selenium/SONAR-594-no-violations.html
diff --git a/tests/integration/tests/src/it/selenium/SONAR-684-encode-violation-messages.html b/tests/integration/tests/src/test/selenium/SONAR-684-encode-violation-messages.html
index 583b2473df4..583b2473df4 100644
--- a/tests/integration/tests/src/it/selenium/SONAR-684-encode-violation-messages.html
+++ b/tests/integration/tests/src/test/selenium/SONAR-684-encode-violation-messages.html
diff --git a/tests/integration/tests/src/it/selenium/SONAR-767-pmd-close-resource-rule.html b/tests/integration/tests/src/test/selenium/SONAR-767-pmd-close-resource-rule.html
index 737864fe725..737864fe725 100644
--- a/tests/integration/tests/src/it/selenium/SONAR-767-pmd-close-resource-rule.html
+++ b/tests/integration/tests/src/test/selenium/SONAR-767-pmd-close-resource-rule.html
diff --git a/tests/integration/tests/src/it/selenium/SONAR-787-checkstyle-SuppressionCommentFilter.html b/tests/integration/tests/src/test/selenium/SONAR-787-checkstyle-SuppressionCommentFilter.html
index 62bf7a622f8..62bf7a622f8 100644
--- a/tests/integration/tests/src/it/selenium/SONAR-787-checkstyle-SuppressionCommentFilter.html
+++ b/tests/integration/tests/src/test/selenium/SONAR-787-checkstyle-SuppressionCommentFilter.html
diff --git a/tests/integration/tests/src/it/selenium/SONAR-981-clover-skip.html b/tests/integration/tests/src/test/selenium/SONAR-981-clover-skip.html
index 594dcb67d16..594dcb67d16 100644
--- a/tests/integration/tests/src/it/selenium/SONAR-981-clover-skip.html
+++ b/tests/integration/tests/src/test/selenium/SONAR-981-clover-skip.html
diff --git a/tests/integration/tests/src/it/selenium/alerts/create_and_delete_alert_on_lines_of_code.html b/tests/integration/tests/src/test/selenium/alerts/create_and_delete_alert_on_lines_of_code.html
index d7a6be5d732..d7a6be5d732 100644
--- a/tests/integration/tests/src/it/selenium/alerts/create_and_delete_alert_on_lines_of_code.html
+++ b/tests/integration/tests/src/test/selenium/alerts/create_and_delete_alert_on_lines_of_code.html
diff --git a/tests/integration/tests/src/it/selenium/alerts/should_validate_alert_on_creation.html b/tests/integration/tests/src/test/selenium/alerts/should_validate_alert_on_creation.html
index cd18726c4ca..cd18726c4ca 100644
--- a/tests/integration/tests/src/it/selenium/alerts/should_validate_alert_on_creation.html
+++ b/tests/integration/tests/src/test/selenium/alerts/should_validate_alert_on_creation.html
diff --git a/tests/integration/tests/src/it/selenium/all-tests.html b/tests/integration/tests/src/test/selenium/all-tests.html
index a005e7c1d54..a005e7c1d54 100644
--- a/tests/integration/tests/src/it/selenium/all-tests.html
+++ b/tests/integration/tests/src/test/selenium/all-tests.html
diff --git a/tests/integration/tests/src/it/selenium/authentication/login_cancel.html b/tests/integration/tests/src/test/selenium/authentication/login_cancel.html
index 4652916b195..4652916b195 100644
--- a/tests/integration/tests/src/it/selenium/authentication/login_cancel.html
+++ b/tests/integration/tests/src/test/selenium/authentication/login_cancel.html
diff --git a/tests/integration/tests/src/it/selenium/authentication/login_successful.html b/tests/integration/tests/src/test/selenium/authentication/login_successful.html
index 4732f593a19..4732f593a19 100644
--- a/tests/integration/tests/src/it/selenium/authentication/login_successful.html
+++ b/tests/integration/tests/src/test/selenium/authentication/login_successful.html
diff --git a/tests/integration/tests/src/it/selenium/authentication/login_wrong_password.html b/tests/integration/tests/src/test/selenium/authentication/login_wrong_password.html
index 9ea486801d2..9ea486801d2 100644
--- a/tests/integration/tests/src/it/selenium/authentication/login_wrong_password.html
+++ b/tests/integration/tests/src/test/selenium/authentication/login_wrong_password.html
diff --git a/tests/integration/tests/src/it/selenium/branch.html b/tests/integration/tests/src/test/selenium/branch.html
index 8df4c0eef7b..8df4c0eef7b 100644
--- a/tests/integration/tests/src/it/selenium/branch.html
+++ b/tests/integration/tests/src/test/selenium/branch.html
diff --git a/tests/integration/tests/src/it/selenium/clover/clover2.html b/tests/integration/tests/src/test/selenium/clover/clover2.html
index c6f83726442..c6f83726442 100644
--- a/tests/integration/tests/src/it/selenium/clover/clover2.html
+++ b/tests/integration/tests/src/test/selenium/clover/clover2.html
diff --git a/tests/integration/tests/src/it/selenium/clover/clover3.html b/tests/integration/tests/src/test/selenium/clover/clover3.html
index 822d634b111..822d634b111 100644
--- a/tests/integration/tests/src/it/selenium/clover/clover3.html
+++ b/tests/integration/tests/src/test/selenium/clover/clover3.html
diff --git a/tests/integration/tests/src/it/selenium/contextualized-breadcrumb.html b/tests/integration/tests/src/test/selenium/contextualized-breadcrumb.html
index dcfce01a137..dcfce01a137 100644
--- a/tests/integration/tests/src/it/selenium/contextualized-breadcrumb.html
+++ b/tests/integration/tests/src/test/selenium/contextualized-breadcrumb.html
diff --git a/tests/integration/tests/src/it/selenium/coverage_clouds/clouds_on_packages.html b/tests/integration/tests/src/test/selenium/coverage_clouds/clouds_on_packages.html
index a447f7016ca..a447f7016ca 100644
--- a/tests/integration/tests/src/it/selenium/coverage_clouds/clouds_on_packages.html
+++ b/tests/integration/tests/src/test/selenium/coverage_clouds/clouds_on_packages.html
diff --git a/tests/integration/tests/src/it/selenium/coverage_clouds/coverage_clouds_project_risk.html b/tests/integration/tests/src/test/selenium/coverage_clouds/coverage_clouds_project_risk.html
index 03bb33ac1a8..03bb33ac1a8 100644
--- a/tests/integration/tests/src/it/selenium/coverage_clouds/coverage_clouds_project_risk.html
+++ b/tests/integration/tests/src/test/selenium/coverage_clouds/coverage_clouds_project_risk.html
diff --git a/tests/integration/tests/src/it/selenium/coverage_clouds/coverage_clouds_quick_wins.html b/tests/integration/tests/src/test/selenium/coverage_clouds/coverage_clouds_quick_wins.html
index 359cbb0cb3d..359cbb0cb3d 100644
--- a/tests/integration/tests/src/it/selenium/coverage_clouds/coverage_clouds_quick_wins.html
+++ b/tests/integration/tests/src/test/selenium/coverage_clouds/coverage_clouds_quick_wins.html
diff --git a/tests/integration/tests/src/it/selenium/coverage_clouds/coverage_clouds_source_tab.html b/tests/integration/tests/src/test/selenium/coverage_clouds/coverage_clouds_source_tab.html
index fe97fa76f06..fe97fa76f06 100644
--- a/tests/integration/tests/src/it/selenium/coverage_clouds/coverage_clouds_source_tab.html
+++ b/tests/integration/tests/src/test/selenium/coverage_clouds/coverage_clouds_source_tab.html
diff --git a/tests/integration/tests/src/it/selenium/custom-maven-type.html b/tests/integration/tests/src/test/selenium/custom-maven-type.html
index 2de41995d5b..2de41995d5b 100644
--- a/tests/integration/tests/src/it/selenium/custom-maven-type.html
+++ b/tests/integration/tests/src/test/selenium/custom-maven-type.html
diff --git a/tests/integration/tests/src/it/selenium/dashboard/SONAR-601-project-without-measures.html b/tests/integration/tests/src/test/selenium/dashboard/SONAR-601-project-without-measures.html
index b5d8e7edcdc..b5d8e7edcdc 100644
--- a/tests/integration/tests/src/it/selenium/dashboard/SONAR-601-project-without-measures.html
+++ b/tests/integration/tests/src/test/selenium/dashboard/SONAR-601-project-without-measures.html
diff --git a/tests/integration/tests/src/it/selenium/dashboard/basic-archetype-widget.html b/tests/integration/tests/src/test/selenium/dashboard/basic-archetype-widget.html
index 7fbb6228e93..7fbb6228e93 100644
--- a/tests/integration/tests/src/it/selenium/dashboard/basic-archetype-widget.html
+++ b/tests/integration/tests/src/test/selenium/dashboard/basic-archetype-widget.html
diff --git a/tests/integration/tests/src/it/selenium/dashboard/chidamber_kemerer_widget.html b/tests/integration/tests/src/test/selenium/dashboard/chidamber_kemerer_widget.html
index 61200df6da6..61200df6da6 100644
--- a/tests/integration/tests/src/it/selenium/dashboard/chidamber_kemerer_widget.html
+++ b/tests/integration/tests/src/test/selenium/dashboard/chidamber_kemerer_widget.html
diff --git a/tests/integration/tests/src/it/selenium/dashboard/deprecated-url-format.html b/tests/integration/tests/src/test/selenium/dashboard/deprecated-url-format.html
index ce97ebe10f0..ce97ebe10f0 100644
--- a/tests/integration/tests/src/it/selenium/dashboard/deprecated-url-format.html
+++ b/tests/integration/tests/src/test/selenium/dashboard/deprecated-url-format.html
diff --git a/tests/integration/tests/src/it/selenium/dashboard/display_files_and_classes.html b/tests/integration/tests/src/test/selenium/dashboard/display_files_and_classes.html
index a130c97380a..a130c97380a 100644
--- a/tests/integration/tests/src/it/selenium/dashboard/display_files_and_classes.html
+++ b/tests/integration/tests/src/test/selenium/dashboard/display_files_and_classes.html
diff --git a/tests/integration/tests/src/it/selenium/dashboard/file_widget_on_packages.html b/tests/integration/tests/src/test/selenium/dashboard/file_widget_on_packages.html
index e3bae072c61..e3bae072c61 100644
--- a/tests/integration/tests/src/it/selenium/dashboard/file_widget_on_packages.html
+++ b/tests/integration/tests/src/test/selenium/dashboard/file_widget_on_packages.html
diff --git a/tests/integration/tests/src/it/selenium/dashboard/no_file_design_widget_on_projects.html b/tests/integration/tests/src/test/selenium/dashboard/no_file_design_widget_on_projects.html
index 72c6f778ac9..72c6f778ac9 100644
--- a/tests/integration/tests/src/it/selenium/dashboard/no_file_design_widget_on_projects.html
+++ b/tests/integration/tests/src/test/selenium/dashboard/no_file_design_widget_on_projects.html
diff --git a/tests/integration/tests/src/it/selenium/dashboard/no_package_design_widget_on_packages.html b/tests/integration/tests/src/test/selenium/dashboard/no_package_design_widget_on_packages.html
index a1eca984a13..a1eca984a13 100644
--- a/tests/integration/tests/src/it/selenium/dashboard/no_package_design_widget_on_packages.html
+++ b/tests/integration/tests/src/test/selenium/dashboard/no_package_design_widget_on_packages.html
diff --git a/tests/integration/tests/src/it/selenium/dashboard/package_design_widget_on_projects.html b/tests/integration/tests/src/test/selenium/dashboard/package_design_widget_on_projects.html
index ee98448bfb3..ee98448bfb3 100644
--- a/tests/integration/tests/src/it/selenium/dashboard/package_design_widget_on_projects.html
+++ b/tests/integration/tests/src/test/selenium/dashboard/package_design_widget_on_projects.html
diff --git a/tests/integration/tests/src/it/selenium/dashboard/reference.html b/tests/integration/tests/src/test/selenium/dashboard/reference.html
index 0eaacf28f4a..0eaacf28f4a 100644
--- a/tests/integration/tests/src/it/selenium/dashboard/reference.html
+++ b/tests/integration/tests/src/test/selenium/dashboard/reference.html
diff --git a/tests/integration/tests/src/it/selenium/dependencies/no_results.html b/tests/integration/tests/src/test/selenium/dependencies/no_results.html
index 4a7c9af5bde..4a7c9af5bde 100644
--- a/tests/integration/tests/src/it/selenium/dependencies/no_results.html
+++ b/tests/integration/tests/src/test/selenium/dependencies/no_results.html
diff --git a/tests/integration/tests/src/it/selenium/dependencies/search_subprojects.html b/tests/integration/tests/src/test/selenium/dependencies/search_subprojects.html
index 74afc395802..74afc395802 100644
--- a/tests/integration/tests/src/it/selenium/dependencies/search_subprojects.html
+++ b/tests/integration/tests/src/test/selenium/dependencies/search_subprojects.html
diff --git a/tests/integration/tests/src/it/selenium/dependencies/standard_usage.html b/tests/integration/tests/src/test/selenium/dependencies/standard_usage.html
index 87790d7f21b..87790d7f21b 100644
--- a/tests/integration/tests/src/it/selenium/dependencies/standard_usage.html
+++ b/tests/integration/tests/src/test/selenium/dependencies/standard_usage.html
diff --git a/tests/integration/tests/src/it/selenium/dependencies/too_short_search.html b/tests/integration/tests/src/test/selenium/dependencies/too_short_search.html
index 5ced0c3eaed..5ced0c3eaed 100644
--- a/tests/integration/tests/src/it/selenium/dependencies/too_short_search.html
+++ b/tests/integration/tests/src/test/selenium/dependencies/too_short_search.html
diff --git a/tests/integration/tests/src/it/selenium/design/drilldown_on_lcom4.html b/tests/integration/tests/src/test/selenium/design/drilldown_on_lcom4.html
index d7239ee8ee0..d7239ee8ee0 100644
--- a/tests/integration/tests/src/it/selenium/design/drilldown_on_lcom4.html
+++ b/tests/integration/tests/src/test/selenium/design/drilldown_on_lcom4.html
diff --git a/tests/integration/tests/src/it/selenium/design/drilldown_on_rfc.html b/tests/integration/tests/src/test/selenium/design/drilldown_on_rfc.html
index 9279fd91970..9279fd91970 100644
--- a/tests/integration/tests/src/it/selenium/design/drilldown_on_rfc.html
+++ b/tests/integration/tests/src/test/selenium/design/drilldown_on_rfc.html
diff --git a/tests/integration/tests/src/it/selenium/design/drilldown_to_dsm.html b/tests/integration/tests/src/test/selenium/design/drilldown_to_dsm.html
index 165725f621a..165725f621a 100644
--- a/tests/integration/tests/src/it/selenium/design/drilldown_to_dsm.html
+++ b/tests/integration/tests/src/test/selenium/design/drilldown_to_dsm.html
diff --git a/tests/integration/tests/src/it/selenium/design/lcom4_tab.html b/tests/integration/tests/src/test/selenium/design/lcom4_tab.html
index e892ad559bb..e892ad559bb 100644
--- a/tests/integration/tests/src/it/selenium/design/lcom4_tab.html
+++ b/tests/integration/tests/src/test/selenium/design/lcom4_tab.html
diff --git a/tests/integration/tests/src/it/selenium/design/load_dsm_at_startup_when_drilldown_to_zero_package_tangles.html b/tests/integration/tests/src/test/selenium/design/load_dsm_at_startup_when_drilldown_to_zero_package_tangles.html
index ffa9db63e74..ffa9db63e74 100644
--- a/tests/integration/tests/src/it/selenium/design/load_dsm_at_startup_when_drilldown_to_zero_package_tangles.html
+++ b/tests/integration/tests/src/test/selenium/design/load_dsm_at_startup_when_drilldown_to_zero_package_tangles.html
diff --git a/tests/integration/tests/src/it/selenium/disabled-project.html b/tests/integration/tests/src/test/selenium/disabled-project.html
index ed1b7e492ba..ed1b7e492ba 100644
--- a/tests/integration/tests/src/it/selenium/disabled-project.html
+++ b/tests/integration/tests/src/test/selenium/disabled-project.html
diff --git a/tests/integration/tests/src/it/selenium/do-not-import-sources.html b/tests/integration/tests/src/test/selenium/do-not-import-sources.html
index 4f1edb3906f..4f1edb3906f 100644
--- a/tests/integration/tests/src/it/selenium/do-not-import-sources.html
+++ b/tests/integration/tests/src/test/selenium/do-not-import-sources.html
diff --git a/tests/integration/tests/src/it/selenium/duplicated-lines/drilldown-without-ratio.html b/tests/integration/tests/src/test/selenium/duplicated-lines/drilldown-without-ratio.html
index 67f90296e0e..67f90296e0e 100644
--- a/tests/integration/tests/src/it/selenium/duplicated-lines/drilldown-without-ratio.html
+++ b/tests/integration/tests/src/test/selenium/duplicated-lines/drilldown-without-ratio.html
diff --git a/tests/integration/tests/src/it/selenium/event_categories/should_create_category.html b/tests/integration/tests/src/test/selenium/event_categories/should_create_category.html
index 0962cbbd411..0962cbbd411 100644
--- a/tests/integration/tests/src/it/selenium/event_categories/should_create_category.html
+++ b/tests/integration/tests/src/test/selenium/event_categories/should_create_category.html
diff --git a/tests/integration/tests/src/it/selenium/event_categories/should_delete_category.html b/tests/integration/tests/src/test/selenium/event_categories/should_delete_category.html
index 85f4e163321..85f4e163321 100644
--- a/tests/integration/tests/src/it/selenium/event_categories/should_delete_category.html
+++ b/tests/integration/tests/src/test/selenium/event_categories/should_delete_category.html
diff --git a/tests/integration/tests/src/it/selenium/event_categories/should_edit_category.html b/tests/integration/tests/src/test/selenium/event_categories/should_edit_category.html
index 90cb63a046c..90cb63a046c 100644
--- a/tests/integration/tests/src/it/selenium/event_categories/should_edit_category.html
+++ b/tests/integration/tests/src/test/selenium/event_categories/should_edit_category.html
diff --git a/tests/integration/tests/src/it/selenium/event_categories/should_validate_category.html b/tests/integration/tests/src/test/selenium/event_categories/should_validate_category.html
index 563dad6b65f..563dad6b65f 100644
--- a/tests/integration/tests/src/it/selenium/event_categories/should_validate_category.html
+++ b/tests/integration/tests/src/test/selenium/event_categories/should_validate_category.html
diff --git a/tests/integration/tests/src/it/selenium/events/create_event_on_last_snapshot.html b/tests/integration/tests/src/test/selenium/events/create_event_on_last_snapshot.html
index 3f6c0374e38..3f6c0374e38 100644
--- a/tests/integration/tests/src/it/selenium/events/create_event_on_last_snapshot.html
+++ b/tests/integration/tests/src/test/selenium/events/create_event_on_last_snapshot.html
diff --git a/tests/integration/tests/src/it/selenium/events/create_event_with_special_characters.html b/tests/integration/tests/src/test/selenium/events/create_event_with_special_characters.html
index 17f6816ed2d..17f6816ed2d 100644
--- a/tests/integration/tests/src/it/selenium/events/create_event_with_special_characters.html
+++ b/tests/integration/tests/src/test/selenium/events/create_event_with_special_characters.html
diff --git a/tests/integration/tests/src/it/selenium/events/create_event_without_snapshot.html b/tests/integration/tests/src/test/selenium/events/create_event_without_snapshot.html
index 49bea06593a..49bea06593a 100644
--- a/tests/integration/tests/src/it/selenium/events/create_event_without_snapshot.html
+++ b/tests/integration/tests/src/test/selenium/events/create_event_without_snapshot.html
diff --git a/tests/integration/tests/src/it/selenium/events/no_events_widget_on_module_and_package.html b/tests/integration/tests/src/test/selenium/events/no_events_widget_on_module_and_package.html
index 189ed9c2d63..189ed9c2d63 100644
--- a/tests/integration/tests/src/it/selenium/events/no_events_widget_on_module_and_package.html
+++ b/tests/integration/tests/src/test/selenium/events/no_events_widget_on_module_and_package.html
diff --git a/tests/integration/tests/src/it/selenium/events/should_not_create_events_if_anonymous.html b/tests/integration/tests/src/test/selenium/events/should_not_create_events_if_anonymous.html
index 27d2412fe95..27d2412fe95 100644
--- a/tests/integration/tests/src/it/selenium/events/should_not_create_events_if_anonymous.html
+++ b/tests/integration/tests/src/test/selenium/events/should_not_create_events_if_anonymous.html
diff --git a/tests/integration/tests/src/it/selenium/events/should_validate_event_on_creation.html b/tests/integration/tests/src/test/selenium/events/should_validate_event_on_creation.html
index 9cba768d623..9cba768d623 100644
--- a/tests/integration/tests/src/it/selenium/events/should_validate_event_on_creation.html
+++ b/tests/integration/tests/src/test/selenium/events/should_validate_event_on_creation.html
diff --git a/tests/integration/tests/src/it/selenium/exclusions/SONAR-1115-do-not-exclude-unit-tests.html b/tests/integration/tests/src/test/selenium/exclusions/SONAR-1115-do-not-exclude-unit-tests.html
index b933ae63d42..b933ae63d42 100644
--- a/tests/integration/tests/src/it/selenium/exclusions/SONAR-1115-do-not-exclude-unit-tests.html
+++ b/tests/integration/tests/src/test/selenium/exclusions/SONAR-1115-do-not-exclude-unit-tests.html
diff --git a/tests/integration/tests/src/it/selenium/exclusions/cobertura_exclusions.html b/tests/integration/tests/src/test/selenium/exclusions/cobertura_exclusions.html
index 770b2fe694f..770b2fe694f 100644
--- a/tests/integration/tests/src/it/selenium/exclusions/cobertura_exclusions.html
+++ b/tests/integration/tests/src/test/selenium/exclusions/cobertura_exclusions.html
diff --git a/tests/integration/tests/src/it/selenium/exclusions/cpd_exclusions.html b/tests/integration/tests/src/test/selenium/exclusions/cpd_exclusions.html
index 9a24ea1315b..9a24ea1315b 100644
--- a/tests/integration/tests/src/it/selenium/exclusions/cpd_exclusions.html
+++ b/tests/integration/tests/src/test/selenium/exclusions/cpd_exclusions.html
diff --git a/tests/integration/tests/src/it/selenium/exclusions/javancss_exclusions.html b/tests/integration/tests/src/test/selenium/exclusions/javancss_exclusions.html
index e57babe42e1..e57babe42e1 100644
--- a/tests/integration/tests/src/it/selenium/exclusions/javancss_exclusions.html
+++ b/tests/integration/tests/src/test/selenium/exclusions/javancss_exclusions.html
diff --git a/tests/integration/tests/src/it/selenium/exclusions/set_exclusions_from_project_settings_page.html b/tests/integration/tests/src/test/selenium/exclusions/set_exclusions_from_project_settings_page.html
index d585b1f206c..d585b1f206c 100644
--- a/tests/integration/tests/src/it/selenium/exclusions/set_exclusions_from_project_settings_page.html
+++ b/tests/integration/tests/src/test/selenium/exclusions/set_exclusions_from_project_settings_page.html
diff --git a/tests/integration/tests/src/it/selenium/filters/anonymous-default-filters.html b/tests/integration/tests/src/test/selenium/filters/anonymous-default-filters.html
index 845f037c4db..845f037c4db 100644
--- a/tests/integration/tests/src/it/selenium/filters/anonymous-default-filters.html
+++ b/tests/integration/tests/src/test/selenium/filters/anonymous-default-filters.html
diff --git a/tests/integration/tests/src/it/selenium/filters/create-advanced-filter.html b/tests/integration/tests/src/test/selenium/filters/create-advanced-filter.html
index e435b195f23..e435b195f23 100644
--- a/tests/integration/tests/src/it/selenium/filters/create-advanced-filter.html
+++ b/tests/integration/tests/src/test/selenium/filters/create-advanced-filter.html
diff --git a/tests/integration/tests/src/it/selenium/filters/create-and-delete-filter.html b/tests/integration/tests/src/test/selenium/filters/create-and-delete-filter.html
index ba4efd1defa..ba4efd1defa 100644
--- a/tests/integration/tests/src/it/selenium/filters/create-and-delete-filter.html
+++ b/tests/integration/tests/src/test/selenium/filters/create-and-delete-filter.html
diff --git a/tests/integration/tests/src/it/selenium/filters/default-filters-console-for-admins-only.html b/tests/integration/tests/src/test/selenium/filters/default-filters-console-for-admins-only.html
index 1773385c394..1773385c394 100644
--- a/tests/integration/tests/src/it/selenium/filters/default-filters-console-for-admins-only.html
+++ b/tests/integration/tests/src/test/selenium/filters/default-filters-console-for-admins-only.html
diff --git a/tests/integration/tests/src/it/selenium/filters/default-filters-console.html b/tests/integration/tests/src/test/selenium/filters/default-filters-console.html
index 2e70efc8082..2e70efc8082 100644
--- a/tests/integration/tests/src/it/selenium/filters/default-filters-console.html
+++ b/tests/integration/tests/src/test/selenium/filters/default-filters-console.html
diff --git a/tests/integration/tests/src/it/selenium/filters/set-favourite-project.html b/tests/integration/tests/src/test/selenium/filters/set-favourite-project.html
index d3fa6b531f4..d3fa6b531f4 100644
--- a/tests/integration/tests/src/it/selenium/filters/set-favourite-project.html
+++ b/tests/integration/tests/src/test/selenium/filters/set-favourite-project.html
diff --git a/tests/integration/tests/src/it/selenium/filters/treemap-filter.html b/tests/integration/tests/src/test/selenium/filters/treemap-filter.html
index 43524e69c9b..43524e69c9b 100644
--- a/tests/integration/tests/src/it/selenium/filters/treemap-filter.html
+++ b/tests/integration/tests/src/test/selenium/filters/treemap-filter.html
diff --git a/tests/integration/tests/src/it/selenium/footer-data.html b/tests/integration/tests/src/test/selenium/footer-data.html
index d036fe1683e..d036fe1683e 100644
--- a/tests/integration/tests/src/it/selenium/footer-data.html
+++ b/tests/integration/tests/src/test/selenium/footer-data.html
diff --git a/tests/integration/tests/src/it/selenium/google_analytics_plugin/activate_google_analytics.html b/tests/integration/tests/src/test/selenium/google_analytics_plugin/activate_google_analytics.html
index 6ae5aaf7ead..6ae5aaf7ead 100644
--- a/tests/integration/tests/src/it/selenium/google_analytics_plugin/activate_google_analytics.html
+++ b/tests/integration/tests/src/test/selenium/google_analytics_plugin/activate_google_analytics.html
diff --git a/tests/integration/tests/src/it/selenium/google_analytics_plugin/deactivate_google_analytics.html b/tests/integration/tests/src/test/selenium/google_analytics_plugin/deactivate_google_analytics.html
index d7956fe8929..d7956fe8929 100644
--- a/tests/integration/tests/src/it/selenium/google_analytics_plugin/deactivate_google_analytics.html
+++ b/tests/integration/tests/src/test/selenium/google_analytics_plugin/deactivate_google_analytics.html
diff --git a/tests/integration/tests/src/it/selenium/hotspots/ccn_hotspot.html b/tests/integration/tests/src/test/selenium/hotspots/ccn_hotspot.html
index 696531d284c..696531d284c 100644
--- a/tests/integration/tests/src/it/selenium/hotspots/ccn_hotspot.html
+++ b/tests/integration/tests/src/test/selenium/hotspots/ccn_hotspot.html
diff --git a/tests/integration/tests/src/it/selenium/hotspots/duplicated_lines_hotspot.html b/tests/integration/tests/src/test/selenium/hotspots/duplicated_lines_hotspot.html
index 9eda0219c21..9eda0219c21 100644
--- a/tests/integration/tests/src/it/selenium/hotspots/duplicated_lines_hotspot.html
+++ b/tests/integration/tests/src/test/selenium/hotspots/duplicated_lines_hotspot.html
diff --git a/tests/integration/tests/src/it/selenium/hotspots/function_complexity_hotspot.html b/tests/integration/tests/src/test/selenium/hotspots/function_complexity_hotspot.html
index 2d20582399b..2d20582399b 100644
--- a/tests/integration/tests/src/it/selenium/hotspots/function_complexity_hotspot.html
+++ b/tests/integration/tests/src/test/selenium/hotspots/function_complexity_hotspot.html
diff --git a/tests/integration/tests/src/it/selenium/hotspots/no_measures.html b/tests/integration/tests/src/test/selenium/hotspots/no_measures.html
index 16430de9314..16430de9314 100644
--- a/tests/integration/tests/src/it/selenium/hotspots/no_measures.html
+++ b/tests/integration/tests/src/test/selenium/hotspots/no_measures.html
diff --git a/tests/integration/tests/src/it/selenium/hotspots/popup-on-rules.html b/tests/integration/tests/src/test/selenium/hotspots/popup-on-rules.html
index cd30494d4d6..cd30494d4d6 100644
--- a/tests/integration/tests/src/it/selenium/hotspots/popup-on-rules.html
+++ b/tests/integration/tests/src/test/selenium/hotspots/popup-on-rules.html
diff --git a/tests/integration/tests/src/it/selenium/hotspots/rules_violations_hotspot.html b/tests/integration/tests/src/test/selenium/hotspots/rules_violations_hotspot.html
index 3775c9bf77f..3775c9bf77f 100644
--- a/tests/integration/tests/src/it/selenium/hotspots/rules_violations_hotspot.html
+++ b/tests/integration/tests/src/test/selenium/hotspots/rules_violations_hotspot.html
diff --git a/tests/integration/tests/src/it/selenium/hotspots/test_execution_time_hotspot.html b/tests/integration/tests/src/test/selenium/hotspots/test_execution_time_hotspot.html
index 6e894e9e23b..6e894e9e23b 100644
--- a/tests/integration/tests/src/it/selenium/hotspots/test_execution_time_hotspot.html
+++ b/tests/integration/tests/src/test/selenium/hotspots/test_execution_time_hotspot.html
diff --git a/tests/integration/tests/src/it/selenium/hotspots/violations_hotspot.html b/tests/integration/tests/src/test/selenium/hotspots/violations_hotspot.html
index b867fe165fe..b867fe165fe 100644
--- a/tests/integration/tests/src/it/selenium/hotspots/violations_hotspot.html
+++ b/tests/integration/tests/src/test/selenium/hotspots/violations_hotspot.html
diff --git a/tests/integration/tests/src/it/selenium/i18n/default_locale_is_english.html b/tests/integration/tests/src/test/selenium/i18n/default_locale_is_english.html
index a9be6c4db8d..a9be6c4db8d 100644
--- a/tests/integration/tests/src/it/selenium/i18n/default_locale_is_english.html
+++ b/tests/integration/tests/src/test/selenium/i18n/default_locale_is_english.html
diff --git a/tests/integration/tests/src/it/selenium/i18n/french-france.html b/tests/integration/tests/src/test/selenium/i18n/french-france.html
index 39531c083d2..39531c083d2 100644
--- a/tests/integration/tests/src/it/selenium/i18n/french-france.html
+++ b/tests/integration/tests/src/test/selenium/i18n/french-france.html
diff --git a/tests/integration/tests/src/it/selenium/i18n/french-switzerland.html b/tests/integration/tests/src/test/selenium/i18n/french-switzerland.html
index b8f9756c03c..b8f9756c03c 100644
--- a/tests/integration/tests/src/it/selenium/i18n/french-switzerland.html
+++ b/tests/integration/tests/src/test/selenium/i18n/french-switzerland.html
diff --git a/tests/integration/tests/src/it/selenium/i18n/french.html b/tests/integration/tests/src/test/selenium/i18n/french.html
index 5c3e347f480..5c3e347f480 100644
--- a/tests/integration/tests/src/it/selenium/i18n/french.html
+++ b/tests/integration/tests/src/test/selenium/i18n/french.html
diff --git a/tests/integration/tests/src/it/selenium/i18n/japanese_duplications.html b/tests/integration/tests/src/test/selenium/i18n/japanese_duplications.html
index 7b9e18cf840..7b9e18cf840 100644
--- a/tests/integration/tests/src/it/selenium/i18n/japanese_duplications.html
+++ b/tests/integration/tests/src/test/selenium/i18n/japanese_duplications.html
diff --git a/tests/integration/tests/src/it/selenium/i18n/japanese_sources.html b/tests/integration/tests/src/test/selenium/i18n/japanese_sources.html
index d8aabd0bbc2..d8aabd0bbc2 100644
--- a/tests/integration/tests/src/it/selenium/i18n/japanese_sources.html
+++ b/tests/integration/tests/src/test/selenium/i18n/japanese_sources.html
diff --git a/tests/integration/tests/src/it/selenium/java-inner-classes/dashboard.html b/tests/integration/tests/src/test/selenium/java-inner-classes/dashboard.html
index 6e39b3971cf..6e39b3971cf 100644
--- a/tests/integration/tests/src/it/selenium/java-inner-classes/dashboard.html
+++ b/tests/integration/tests/src/test/selenium/java-inner-classes/dashboard.html
diff --git a/tests/integration/tests/src/it/selenium/libraries/display_tests.html b/tests/integration/tests/src/test/selenium/libraries/display_tests.html
index 3b13b635a16..3b13b635a16 100644
--- a/tests/integration/tests/src/it/selenium/libraries/display_tests.html
+++ b/tests/integration/tests/src/test/selenium/libraries/display_tests.html
diff --git a/tests/integration/tests/src/it/selenium/libraries/keyword_filter.html b/tests/integration/tests/src/test/selenium/libraries/keyword_filter.html
index b25387b8c9d..b25387b8c9d 100644
--- a/tests/integration/tests/src/it/selenium/libraries/keyword_filter.html
+++ b/tests/integration/tests/src/test/selenium/libraries/keyword_filter.html
diff --git a/tests/integration/tests/src/it/selenium/libraries/module_libraries.html b/tests/integration/tests/src/test/selenium/libraries/module_libraries.html
index d2b1fdc8226..d2b1fdc8226 100644
--- a/tests/integration/tests/src/it/selenium/libraries/module_libraries.html
+++ b/tests/integration/tests/src/test/selenium/libraries/module_libraries.html
diff --git a/tests/integration/tests/src/it/selenium/manual_metrics/predefined_metrics.html b/tests/integration/tests/src/test/selenium/manual_metrics/predefined_metrics.html
index 2309d1ae6ff..2309d1ae6ff 100644
--- a/tests/integration/tests/src/it/selenium/manual_metrics/predefined_metrics.html
+++ b/tests/integration/tests/src/test/selenium/manual_metrics/predefined_metrics.html
diff --git a/tests/integration/tests/src/it/selenium/many-source-dirs.html b/tests/integration/tests/src/test/selenium/many-source-dirs.html
index 85e50525699..85e50525699 100644
--- a/tests/integration/tests/src/it/selenium/many-source-dirs.html
+++ b/tests/integration/tests/src/test/selenium/many-source-dirs.html
diff --git a/tests/integration/tests/src/it/selenium/measures_drilldown/SONAR-1016_file_level_resources_only.html b/tests/integration/tests/src/test/selenium/measures_drilldown/SONAR-1016_file_level_resources_only.html
index 7590c90de67..7590c90de67 100644
--- a/tests/integration/tests/src/it/selenium/measures_drilldown/SONAR-1016_file_level_resources_only.html
+++ b/tests/integration/tests/src/test/selenium/measures_drilldown/SONAR-1016_file_level_resources_only.html
diff --git a/tests/integration/tests/src/it/selenium/measures_drilldown/SONAR-268.html b/tests/integration/tests/src/test/selenium/measures_drilldown/SONAR-268.html
index 62eaccdc34b..62eaccdc34b 100644
--- a/tests/integration/tests/src/it/selenium/measures_drilldown/SONAR-268.html
+++ b/tests/integration/tests/src/test/selenium/measures_drilldown/SONAR-268.html
diff --git a/tests/integration/tests/src/it/selenium/measures_drilldown/SONAR-564_show_zero_measures.html b/tests/integration/tests/src/test/selenium/measures_drilldown/SONAR-564_show_zero_measures.html
index 3092f1708aa..3092f1708aa 100644
--- a/tests/integration/tests/src/it/selenium/measures_drilldown/SONAR-564_show_zero_measures.html
+++ b/tests/integration/tests/src/test/selenium/measures_drilldown/SONAR-564_show_zero_measures.html
diff --git a/tests/integration/tests/src/it/selenium/measures_drilldown/dont-display-resources-without-violations.html b/tests/integration/tests/src/test/selenium/measures_drilldown/dont-display-resources-without-violations.html
index 0becf2e403f..0becf2e403f 100644
--- a/tests/integration/tests/src/it/selenium/measures_drilldown/dont-display-resources-without-violations.html
+++ b/tests/integration/tests/src/test/selenium/measures_drilldown/dont-display-resources-without-violations.html
diff --git a/tests/integration/tests/src/it/selenium/measures_drilldown/show_from_modules_to_classes.html b/tests/integration/tests/src/test/selenium/measures_drilldown/show_from_modules_to_classes.html
index be826c9da9c..be826c9da9c 100644
--- a/tests/integration/tests/src/it/selenium/measures_drilldown/show_from_modules_to_classes.html
+++ b/tests/integration/tests/src/test/selenium/measures_drilldown/show_from_modules_to_classes.html
diff --git a/tests/integration/tests/src/it/selenium/modules.html b/tests/integration/tests/src/test/selenium/modules.html
index 72c70ca006e..72c70ca006e 100644
--- a/tests/integration/tests/src/it/selenium/modules.html
+++ b/tests/integration/tests/src/test/selenium/modules.html
diff --git a/tests/integration/tests/src/it/selenium/plugins/settings_on_core_plugins.html b/tests/integration/tests/src/test/selenium/plugins/settings_on_core_plugins.html
index 9a816245dac..9a816245dac 100644
--- a/tests/integration/tests/src/it/selenium/plugins/settings_on_core_plugins.html
+++ b/tests/integration/tests/src/test/selenium/plugins/settings_on_core_plugins.html
diff --git a/tests/integration/tests/src/it/selenium/profiles/SONAR-560_remove_a_rule_from_sonar_way.html b/tests/integration/tests/src/test/selenium/profiles/SONAR-560_remove_a_rule_from_sonar_way.html
index eec3f8cfa2d..eec3f8cfa2d 100644
--- a/tests/integration/tests/src/it/selenium/profiles/SONAR-560_remove_a_rule_from_sonar_way.html
+++ b/tests/integration/tests/src/test/selenium/profiles/SONAR-560_remove_a_rule_from_sonar_way.html
diff --git a/tests/integration/tests/src/it/selenium/profiles/activate-profile.html b/tests/integration/tests/src/test/selenium/profiles/activate-profile.html
index 454fb7bbe75..454fb7bbe75 100644
--- a/tests/integration/tests/src/it/selenium/profiles/activate-profile.html
+++ b/tests/integration/tests/src/test/selenium/profiles/activate-profile.html
diff --git a/tests/integration/tests/src/it/selenium/profiles/backup-profile.html b/tests/integration/tests/src/test/selenium/profiles/backup-profile.html
index 88b7fca66ca..88b7fca66ca 100644
--- a/tests/integration/tests/src/it/selenium/profiles/backup-profile.html
+++ b/tests/integration/tests/src/test/selenium/profiles/backup-profile.html
diff --git a/tests/integration/tests/src/it/selenium/profiles/bulk-change.html b/tests/integration/tests/src/test/selenium/profiles/bulk-change.html
index 42c28dce64e..42c28dce64e 100644
--- a/tests/integration/tests/src/it/selenium/profiles/bulk-change.html
+++ b/tests/integration/tests/src/test/selenium/profiles/bulk-change.html
diff --git a/tests/integration/tests/src/it/selenium/profiles/cancel-profile-creation.html b/tests/integration/tests/src/test/selenium/profiles/cancel-profile-creation.html
index f18e0fe3215..f18e0fe3215 100644
--- a/tests/integration/tests/src/it/selenium/profiles/cancel-profile-creation.html
+++ b/tests/integration/tests/src/test/selenium/profiles/cancel-profile-creation.html
diff --git a/tests/integration/tests/src/it/selenium/profiles/copy-profile.html b/tests/integration/tests/src/test/selenium/profiles/copy-profile.html
index 55872603f47..55872603f47 100644
--- a/tests/integration/tests/src/it/selenium/profiles/copy-profile.html
+++ b/tests/integration/tests/src/test/selenium/profiles/copy-profile.html
diff --git a/tests/integration/tests/src/it/selenium/profiles/create_java_profile.html b/tests/integration/tests/src/test/selenium/profiles/create_java_profile.html
index c46324ac347..c46324ac347 100644
--- a/tests/integration/tests/src/it/selenium/profiles/create_java_profile.html
+++ b/tests/integration/tests/src/test/selenium/profiles/create_java_profile.html
diff --git a/tests/integration/tests/src/it/selenium/profiles/dashboard_links_to_used_profile.html b/tests/integration/tests/src/test/selenium/profiles/dashboard_links_to_used_profile.html
index 195e04be0ca..195e04be0ca 100644
--- a/tests/integration/tests/src/it/selenium/profiles/dashboard_links_to_used_profile.html
+++ b/tests/integration/tests/src/test/selenium/profiles/dashboard_links_to_used_profile.html
diff --git a/tests/integration/tests/src/it/selenium/profiles/delete-profile.html b/tests/integration/tests/src/test/selenium/profiles/delete-profile.html
index 35cce1e3eaf..35cce1e3eaf 100644
--- a/tests/integration/tests/src/it/selenium/profiles/delete-profile.html
+++ b/tests/integration/tests/src/test/selenium/profiles/delete-profile.html
diff --git a/tests/integration/tests/src/it/selenium/profiles/display-permalinks-to-tools.html b/tests/integration/tests/src/test/selenium/profiles/display-permalinks-to-tools.html
index c9b46536c31..c9b46536c31 100644
--- a/tests/integration/tests/src/it/selenium/profiles/display-permalinks-to-tools.html
+++ b/tests/integration/tests/src/test/selenium/profiles/display-permalinks-to-tools.html
diff --git a/tests/integration/tests/src/it/selenium/profiles/do-not-copy-with-blank-name.html b/tests/integration/tests/src/test/selenium/profiles/do-not-copy-with-blank-name.html
index 27d4a823df7..27d4a823df7 100644
--- a/tests/integration/tests/src/it/selenium/profiles/do-not-copy-with-blank-name.html
+++ b/tests/integration/tests/src/test/selenium/profiles/do-not-copy-with-blank-name.html
diff --git a/tests/integration/tests/src/it/selenium/profiles/do-not-copy-with-existing-name.html b/tests/integration/tests/src/test/selenium/profiles/do-not-copy-with-existing-name.html
index f03cf49a6c3..f03cf49a6c3 100644
--- a/tests/integration/tests/src/it/selenium/profiles/do-not-copy-with-existing-name.html
+++ b/tests/integration/tests/src/test/selenium/profiles/do-not-copy-with-existing-name.html
diff --git a/tests/integration/tests/src/it/selenium/profiles/do-not-create-profile-with-existing-name.html b/tests/integration/tests/src/test/selenium/profiles/do-not-create-profile-with-existing-name.html
index f476d882ad0..f476d882ad0 100644
--- a/tests/integration/tests/src/it/selenium/profiles/do-not-create-profile-with-existing-name.html
+++ b/tests/integration/tests/src/test/selenium/profiles/do-not-create-profile-with-existing-name.html
diff --git a/tests/integration/tests/src/it/selenium/profiles/do-not-delete-provided-profiles.html b/tests/integration/tests/src/test/selenium/profiles/do-not-delete-provided-profiles.html
index cb3544fcf6d..cb3544fcf6d 100644
--- a/tests/integration/tests/src/it/selenium/profiles/do-not-delete-provided-profiles.html
+++ b/tests/integration/tests/src/test/selenium/profiles/do-not-delete-provided-profiles.html
diff --git a/tests/integration/tests/src/it/selenium/profiles/link-profile-to-project.html b/tests/integration/tests/src/test/selenium/profiles/link-profile-to-project.html
index 7c92ed7d581..7c92ed7d581 100644
--- a/tests/integration/tests/src/it/selenium/profiles/link-profile-to-project.html
+++ b/tests/integration/tests/src/test/selenium/profiles/link-profile-to-project.html
diff --git a/tests/integration/tests/src/it/selenium/profiles/permalink-to-checkstyle-configuration.html b/tests/integration/tests/src/test/selenium/profiles/permalink-to-checkstyle-configuration.html
index 15f76b375e8..15f76b375e8 100644
--- a/tests/integration/tests/src/it/selenium/profiles/permalink-to-checkstyle-configuration.html
+++ b/tests/integration/tests/src/test/selenium/profiles/permalink-to-checkstyle-configuration.html
diff --git a/tests/integration/tests/src/it/selenium/profiles/permalink-to-default-checkstyle-configuration.html b/tests/integration/tests/src/test/selenium/profiles/permalink-to-default-checkstyle-configuration.html
index bac5068633e..bac5068633e 100644
--- a/tests/integration/tests/src/it/selenium/profiles/permalink-to-default-checkstyle-configuration.html
+++ b/tests/integration/tests/src/test/selenium/profiles/permalink-to-default-checkstyle-configuration.html
diff --git a/tests/integration/tests/src/it/selenium/profiles/permalink-to-pmd-configuration.html b/tests/integration/tests/src/test/selenium/profiles/permalink-to-pmd-configuration.html
index 5e5882c30bc..5e5882c30bc 100644
--- a/tests/integration/tests/src/it/selenium/profiles/permalink-to-pmd-configuration.html
+++ b/tests/integration/tests/src/test/selenium/profiles/permalink-to-pmd-configuration.html
diff --git a/tests/integration/tests/src/it/selenium/profiles/profile-overriden-by-maven-parameter.html b/tests/integration/tests/src/test/selenium/profiles/profile-overriden-by-maven-parameter.html
index 3c097597931..3c097597931 100644
--- a/tests/integration/tests/src/it/selenium/profiles/profile-overriden-by-maven-parameter.html
+++ b/tests/integration/tests/src/test/selenium/profiles/profile-overriden-by-maven-parameter.html
diff --git a/tests/integration/tests/src/it/selenium/profiles/provided-profiles-are-not-editable.html b/tests/integration/tests/src/test/selenium/profiles/provided-profiles-are-not-editable.html
index f4828490f98..f4828490f98 100644
--- a/tests/integration/tests/src/it/selenium/profiles/provided-profiles-are-not-editable.html
+++ b/tests/integration/tests/src/test/selenium/profiles/provided-profiles-are-not-editable.html
diff --git a/tests/integration/tests/src/it/selenium/profiles/read-only-mode-when-anonymous-user.html b/tests/integration/tests/src/test/selenium/profiles/read-only-mode-when-anonymous-user.html
index e5bd2485c06..e5bd2485c06 100644
--- a/tests/integration/tests/src/it/selenium/profiles/read-only-mode-when-anonymous-user.html
+++ b/tests/integration/tests/src/test/selenium/profiles/read-only-mode-when-anonymous-user.html
diff --git a/tests/integration/tests/src/it/selenium/profiles/should_import_checkstyle_findbugs_pmd.html b/tests/integration/tests/src/test/selenium/profiles/should_import_checkstyle_findbugs_pmd.html
index 31ead326d1e..31ead326d1e 100644
--- a/tests/integration/tests/src/it/selenium/profiles/should_import_checkstyle_findbugs_pmd.html
+++ b/tests/integration/tests/src/test/selenium/profiles/should_import_checkstyle_findbugs_pmd.html
diff --git a/tests/integration/tests/src/it/selenium/profiles/user-profiles-are-editable.html b/tests/integration/tests/src/test/selenium/profiles/user-profiles-are-editable.html
index f5ab2feee61..f5ab2feee61 100644
--- a/tests/integration/tests/src/it/selenium/profiles/user-profiles-are-editable.html
+++ b/tests/integration/tests/src/test/selenium/profiles/user-profiles-are-editable.html
diff --git a/tests/integration/tests/src/it/selenium/projects_columns/projects_columns_add_and_remove_column.html b/tests/integration/tests/src/test/selenium/projects_columns/projects_columns_add_and_remove_column.html
index c25039c4a48..c25039c4a48 100644
--- a/tests/integration/tests/src/it/selenium/projects_columns/projects_columns_add_and_remove_column.html
+++ b/tests/integration/tests/src/test/selenium/projects_columns/projects_columns_add_and_remove_column.html
diff --git a/tests/integration/tests/src/it/selenium/projects_columns/projects_columns_disable_and_enable_treemap.html b/tests/integration/tests/src/test/selenium/projects_columns/projects_columns_disable_and_enable_treemap.html
index f73961c0770..f73961c0770 100644
--- a/tests/integration/tests/src/it/selenium/projects_columns/projects_columns_disable_and_enable_treemap.html
+++ b/tests/integration/tests/src/test/selenium/projects_columns/projects_columns_disable_and_enable_treemap.html
diff --git a/tests/integration/tests/src/it/selenium/projects_columns/projects_columns_move_column_to_left_and_right.html b/tests/integration/tests/src/test/selenium/projects_columns/projects_columns_move_column_to_left_and_right.html
index dc1cee7e738..dc1cee7e738 100644
--- a/tests/integration/tests/src/it/selenium/projects_columns/projects_columns_move_column_to_left_and_right.html
+++ b/tests/integration/tests/src/test/selenium/projects_columns/projects_columns_move_column_to_left_and_right.html
diff --git a/tests/integration/tests/src/it/selenium/projects_columns/projects_columns_remove_default_column_sort.html b/tests/integration/tests/src/test/selenium/projects_columns/projects_columns_remove_default_column_sort.html
index fe285d7cbc8..fe285d7cbc8 100644
--- a/tests/integration/tests/src/it/selenium/projects_columns/projects_columns_remove_default_column_sort.html
+++ b/tests/integration/tests/src/test/selenium/projects_columns/projects_columns_remove_default_column_sort.html
diff --git a/tests/integration/tests/src/it/selenium/projects_columns/projects_columns_update_default_column_sort.html b/tests/integration/tests/src/test/selenium/projects_columns/projects_columns_update_default_column_sort.html
index cb21e85cf1f..cb21e85cf1f 100644
--- a/tests/integration/tests/src/it/selenium/projects_columns/projects_columns_update_default_column_sort.html
+++ b/tests/integration/tests/src/test/selenium/projects_columns/projects_columns_update_default_column_sort.html
diff --git a/tests/integration/tests/src/it/selenium/reviews/create_then_edit_type.html b/tests/integration/tests/src/test/selenium/reviews/create_then_edit_type.html
index 62c422e20a7..62c422e20a7 100644
--- a/tests/integration/tests/src/it/selenium/reviews/create_then_edit_type.html
+++ b/tests/integration/tests/src/test/selenium/reviews/create_then_edit_type.html
diff --git a/tests/integration/tests/src/it/selenium/reviews/insert_then_delete_review_measure.html b/tests/integration/tests/src/test/selenium/reviews/insert_then_delete_review_measure.html
index b5d1c9a67ec..b5d1c9a67ec 100644
--- a/tests/integration/tests/src/it/selenium/reviews/insert_then_delete_review_measure.html
+++ b/tests/integration/tests/src/test/selenium/reviews/insert_then_delete_review_measure.html
diff --git a/tests/integration/tests/src/it/selenium/reviews/reviews_should_not_create_review_in_futur.html b/tests/integration/tests/src/test/selenium/reviews/reviews_should_not_create_review_in_futur.html
index 9fef8d4cbd1..9fef8d4cbd1 100644
--- a/tests/integration/tests/src/it/selenium/reviews/reviews_should_not_create_review_in_futur.html
+++ b/tests/integration/tests/src/test/selenium/reviews/reviews_should_not_create_review_in_futur.html
diff --git a/tests/integration/tests/src/it/selenium/ruby-api.html b/tests/integration/tests/src/test/selenium/ruby-api.html
index eb82f02edd2..eb82f02edd2 100644
--- a/tests/integration/tests/src/it/selenium/ruby-api.html
+++ b/tests/integration/tests/src/test/selenium/ruby-api.html
diff --git a/tests/integration/tests/src/it/selenium/rules-on-tests.html b/tests/integration/tests/src/test/selenium/rules-on-tests.html
index 7eaa72d06d5..7eaa72d06d5 100644
--- a/tests/integration/tests/src/it/selenium/rules-on-tests.html
+++ b/tests/integration/tests/src/test/selenium/rules-on-tests.html
diff --git a/tests/integration/tests/src/it/selenium/rules/SONAR-1000_quality_profile_with_space_or_dot.html b/tests/integration/tests/src/test/selenium/rules/SONAR-1000_quality_profile_with_space_or_dot.html
index d1d87c743bb..d1d87c743bb 100644
--- a/tests/integration/tests/src/it/selenium/rules/SONAR-1000_quality_profile_with_space_or_dot.html
+++ b/tests/integration/tests/src/test/selenium/rules/SONAR-1000_quality_profile_with_space_or_dot.html
diff --git a/tests/integration/tests/src/it/selenium/rules/check_rules_extensions.html b/tests/integration/tests/src/test/selenium/rules/check_rules_extensions.html
index 1a249a0af2b..1a249a0af2b 100644
--- a/tests/integration/tests/src/it/selenium/rules/check_rules_extensions.html
+++ b/tests/integration/tests/src/test/selenium/rules/check_rules_extensions.html
diff --git a/tests/integration/tests/src/it/selenium/rules/copy_a_provided_profile_and_modify_a_rule_param.html b/tests/integration/tests/src/test/selenium/rules/copy_a_provided_profile_and_modify_a_rule_param.html
index 2e863a48bbb..2e863a48bbb 100644
--- a/tests/integration/tests/src/it/selenium/rules/copy_a_provided_profile_and_modify_a_rule_param.html
+++ b/tests/integration/tests/src/test/selenium/rules/copy_a_provided_profile_and_modify_a_rule_param.html
diff --git a/tests/integration/tests/src/it/selenium/rules/copy_and_edit_rule_template.html b/tests/integration/tests/src/test/selenium/rules/copy_and_edit_rule_template.html
index 20a64f9716c..20a64f9716c 100644
--- a/tests/integration/tests/src/it/selenium/rules/copy_and_edit_rule_template.html
+++ b/tests/integration/tests/src/test/selenium/rules/copy_and_edit_rule_template.html
diff --git a/tests/integration/tests/src/it/selenium/rules/pmd_xpath_rule_extension.html b/tests/integration/tests/src/test/selenium/rules/pmd_xpath_rule_extension.html
index 9bb23ff9f86..9bb23ff9f86 100644
--- a/tests/integration/tests/src/it/selenium/rules/pmd_xpath_rule_extension.html
+++ b/tests/integration/tests/src/test/selenium/rules/pmd_xpath_rule_extension.html
diff --git a/tests/integration/tests/src/it/selenium/rules/rule_search.html b/tests/integration/tests/src/test/selenium/rules/rule_search.html
index 881d277d408..881d277d408 100644
--- a/tests/integration/tests/src/it/selenium/rules/rule_search.html
+++ b/tests/integration/tests/src/test/selenium/rules/rule_search.html
diff --git a/tests/integration/tests/src/it/selenium/rules/rule_search_verify_form_values_on_first_call.html b/tests/integration/tests/src/test/selenium/rules/rule_search_verify_form_values_on_first_call.html
index cd42140ef57..cd42140ef57 100644
--- a/tests/integration/tests/src/it/selenium/rules/rule_search_verify_form_values_on_first_call.html
+++ b/tests/integration/tests/src/test/selenium/rules/rule_search_verify_form_values_on_first_call.html
diff --git a/tests/integration/tests/src/it/selenium/rules/search_all_rules.html b/tests/integration/tests/src/test/selenium/rules/search_all_rules.html
index c73f70eb1f2..c73f70eb1f2 100644
--- a/tests/integration/tests/src/it/selenium/rules/search_all_rules.html
+++ b/tests/integration/tests/src/test/selenium/rules/search_all_rules.html
diff --git a/tests/integration/tests/src/it/selenium/rules/search_and_display_inactive_rules.html b/tests/integration/tests/src/test/selenium/rules/search_and_display_inactive_rules.html
index 927b3bbb1c6..927b3bbb1c6 100644
--- a/tests/integration/tests/src/it/selenium/rules/search_and_display_inactive_rules.html
+++ b/tests/integration/tests/src/test/selenium/rules/search_and_display_inactive_rules.html
diff --git a/tests/integration/tests/src/it/selenium/rules/search_any_rules.html b/tests/integration/tests/src/test/selenium/rules/search_any_rules.html
index d7f6cc3a61e..d7f6cc3a61e 100644
--- a/tests/integration/tests/src/it/selenium/rules/search_any_rules.html
+++ b/tests/integration/tests/src/test/selenium/rules/search_any_rules.html
diff --git a/tests/integration/tests/src/it/selenium/rules/search_by_plugin.html b/tests/integration/tests/src/test/selenium/rules/search_by_plugin.html
index 74d183aaffe..74d183aaffe 100644
--- a/tests/integration/tests/src/it/selenium/rules/search_by_plugin.html
+++ b/tests/integration/tests/src/test/selenium/rules/search_by_plugin.html
diff --git a/tests/integration/tests/src/it/selenium/rules/search_by_rule_priority.html b/tests/integration/tests/src/test/selenium/rules/search_by_rule_priority.html
index 6ebb5a42f27..6ebb5a42f27 100644
--- a/tests/integration/tests/src/it/selenium/rules/search_by_rule_priority.html
+++ b/tests/integration/tests/src/test/selenium/rules/search_by_rule_priority.html
diff --git a/tests/integration/tests/src/it/selenium/rules/search_by_rule_status.html b/tests/integration/tests/src/test/selenium/rules/search_by_rule_status.html
index 6d1d67ac633..6d1d67ac633 100644
--- a/tests/integration/tests/src/it/selenium/rules/search_by_rule_status.html
+++ b/tests/integration/tests/src/test/selenium/rules/search_by_rule_status.html
diff --git a/tests/integration/tests/src/it/selenium/rules/search_by_rule_title.html b/tests/integration/tests/src/test/selenium/rules/search_by_rule_title.html
index a4085c8b735..a4085c8b735 100644
--- a/tests/integration/tests/src/it/selenium/rules/search_by_rule_title.html
+++ b/tests/integration/tests/src/test/selenium/rules/search_by_rule_title.html
diff --git a/tests/integration/tests/src/it/selenium/rules/violations_tab.html b/tests/integration/tests/src/test/selenium/rules/violations_tab.html
index 1dfe4605674..1dfe4605674 100644
--- a/tests/integration/tests/src/it/selenium/rules/violations_tab.html
+++ b/tests/integration/tests/src/test/selenium/rules/violations_tab.html
diff --git a/tests/integration/tests/src/it/selenium/sourceviewers/SONAR-1007_violations_tab_when_no_violations.html b/tests/integration/tests/src/test/selenium/sourceviewers/SONAR-1007_violations_tab_when_no_violations.html
index a13f33ba7f5..a13f33ba7f5 100644
--- a/tests/integration/tests/src/it/selenium/sourceviewers/SONAR-1007_violations_tab_when_no_violations.html
+++ b/tests/integration/tests/src/test/selenium/sourceviewers/SONAR-1007_violations_tab_when_no_violations.html
diff --git a/tests/integration/tests/src/it/selenium/sourceviewers/SONAR-300-tests_details.html b/tests/integration/tests/src/test/selenium/sourceviewers/SONAR-300-tests_details.html
index 997434885be..997434885be 100644
--- a/tests/integration/tests/src/it/selenium/sourceviewers/SONAR-300-tests_details.html
+++ b/tests/integration/tests/src/test/selenium/sourceviewers/SONAR-300-tests_details.html
diff --git a/tests/integration/tests/src/it/selenium/sourceviewers/SONAR-517_violations_drilldown.html b/tests/integration/tests/src/test/selenium/sourceviewers/SONAR-517_violations_drilldown.html
index 931e40a7715..931e40a7715 100644
--- a/tests/integration/tests/src/it/selenium/sourceviewers/SONAR-517_violations_drilldown.html
+++ b/tests/integration/tests/src/test/selenium/sourceviewers/SONAR-517_violations_drilldown.html
diff --git a/tests/integration/tests/src/it/selenium/sourceviewers/SONAR-538-duplications_viewer.html b/tests/integration/tests/src/test/selenium/sourceviewers/SONAR-538-duplications_viewer.html
index df116a6912d..df116a6912d 100644
--- a/tests/integration/tests/src/it/selenium/sourceviewers/SONAR-538-duplications_viewer.html
+++ b/tests/integration/tests/src/test/selenium/sourceviewers/SONAR-538-duplications_viewer.html
diff --git a/tests/integration/tests/src/it/selenium/sourceviewers/SONAR-582-violations-without-lines.html b/tests/integration/tests/src/test/selenium/sourceviewers/SONAR-582-violations-without-lines.html
index 88bf6d2d0d2..88bf6d2d0d2 100644
--- a/tests/integration/tests/src/it/selenium/sourceviewers/SONAR-582-violations-without-lines.html
+++ b/tests/integration/tests/src/test/selenium/sourceviewers/SONAR-582-violations-without-lines.html
diff --git a/tests/integration/tests/src/it/selenium/sourceviewers/SONAR-659-test_success_percentage.html b/tests/integration/tests/src/test/selenium/sourceviewers/SONAR-659-test_success_percentage.html
index 9f36164d032..9f36164d032 100644
--- a/tests/integration/tests/src/it/selenium/sourceviewers/SONAR-659-test_success_percentage.html
+++ b/tests/integration/tests/src/test/selenium/sourceviewers/SONAR-659-test_success_percentage.html
diff --git a/tests/integration/tests/src/it/selenium/static-analysis/deprecated_light_mode.html b/tests/integration/tests/src/test/selenium/static-analysis/deprecated_light_mode.html
index 4210d8478f7..4210d8478f7 100644
--- a/tests/integration/tests/src/it/selenium/static-analysis/deprecated_light_mode.html
+++ b/tests/integration/tests/src/test/selenium/static-analysis/deprecated_light_mode.html
diff --git a/tests/integration/tests/src/it/selenium/static-analysis/static-analysis.html b/tests/integration/tests/src/test/selenium/static-analysis/static-analysis.html
index ca1849e3be1..ca1849e3be1 100644
--- a/tests/integration/tests/src/it/selenium/static-analysis/static-analysis.html
+++ b/tests/integration/tests/src/test/selenium/static-analysis/static-analysis.html
diff --git a/tests/integration/tests/src/it/selenium/system_info/system_info.html b/tests/integration/tests/src/test/selenium/system_info/system_info.html
index a8ffc1911da..a8ffc1911da 100644
--- a/tests/integration/tests/src/it/selenium/system_info/system_info.html
+++ b/tests/integration/tests/src/test/selenium/system_info/system_info.html
diff --git a/tests/integration/tests/src/it/selenium/timemachine/SONAR-506_number_of_rules_violations_is_incorrect.html b/tests/integration/tests/src/test/selenium/timemachine/SONAR-506_number_of_rules_violations_is_incorrect.html
index 15845369d24..15845369d24 100644
--- a/tests/integration/tests/src/it/selenium/timemachine/SONAR-506_number_of_rules_violations_is_incorrect.html
+++ b/tests/integration/tests/src/test/selenium/timemachine/SONAR-506_number_of_rules_violations_is_incorrect.html
diff --git a/tests/integration/tests/src/it/selenium/timemachine/display-first-and-last-five-events.html b/tests/integration/tests/src/test/selenium/timemachine/display-first-and-last-five-events.html
index 13ad32301f0..13ad32301f0 100644
--- a/tests/integration/tests/src/it/selenium/timemachine/display-first-and-last-five-events.html
+++ b/tests/integration/tests/src/test/selenium/timemachine/display-first-and-last-five-events.html
diff --git a/tests/integration/tests/src/it/selenium/timemachine/should-not-display-rows-without-data.html b/tests/integration/tests/src/test/selenium/timemachine/should-not-display-rows-without-data.html
index 7d26f1e36a9..7d26f1e36a9 100644
--- a/tests/integration/tests/src/it/selenium/timemachine/should-not-display-rows-without-data.html
+++ b/tests/integration/tests/src/test/selenium/timemachine/should-not-display-rows-without-data.html
diff --git a/tests/integration/tests/src/it/selenium/timemachine/violations-timemachine.html b/tests/integration/tests/src/test/selenium/timemachine/violations-timemachine.html
index ecf1c1362c3..ecf1c1362c3 100644
--- a/tests/integration/tests/src/it/selenium/timemachine/violations-timemachine.html
+++ b/tests/integration/tests/src/test/selenium/timemachine/violations-timemachine.html
diff --git a/tests/integration/tests/src/it/selenium/treemap/treemap_check_gradient_direction.html b/tests/integration/tests/src/test/selenium/treemap/treemap_check_gradient_direction.html
index 2cbabc12081..2cbabc12081 100644
--- a/tests/integration/tests/src/it/selenium/treemap/treemap_check_gradient_direction.html
+++ b/tests/integration/tests/src/test/selenium/treemap/treemap_check_gradient_direction.html
diff --git a/tests/integration/tests/src/it/selenium/treemap/treemap_file_drilldown_link.html b/tests/integration/tests/src/test/selenium/treemap/treemap_file_drilldown_link.html
index 2e42f865d7e..2e42f865d7e 100644
--- a/tests/integration/tests/src/it/selenium/treemap/treemap_file_drilldown_link.html
+++ b/tests/integration/tests/src/test/selenium/treemap/treemap_file_drilldown_link.html
diff --git a/tests/integration/tests/src/it/selenium/unit_tests/SONAR-1099-html-chars.html b/tests/integration/tests/src/test/selenium/unit_tests/SONAR-1099-html-chars.html
index b912a440bf5..b912a440bf5 100644
--- a/tests/integration/tests/src/it/selenium/unit_tests/SONAR-1099-html-chars.html
+++ b/tests/integration/tests/src/test/selenium/unit_tests/SONAR-1099-html-chars.html
diff --git a/tests/integration/tests/src/it/selenium/unit_tests/no-test-failures.html b/tests/integration/tests/src/test/selenium/unit_tests/no-test-failures.html
index b578b4ac99c..b578b4ac99c 100644
--- a/tests/integration/tests/src/it/selenium/unit_tests/no-test-failures.html
+++ b/tests/integration/tests/src/test/selenium/unit_tests/no-test-failures.html
diff --git a/tests/integration/tests/src/it/selenium/unit_tests/no-tests-data-on-static-analysis.html b/tests/integration/tests/src/test/selenium/unit_tests/no-tests-data-on-static-analysis.html
index d098b886196..d098b886196 100644
--- a/tests/integration/tests/src/it/selenium/unit_tests/no-tests-data-on-static-analysis.html
+++ b/tests/integration/tests/src/test/selenium/unit_tests/no-tests-data-on-static-analysis.html
diff --git a/tests/integration/tests/src/it/selenium/unit_tests/reuse-clover-and-junit-reports.html b/tests/integration/tests/src/test/selenium/unit_tests/reuse-clover-and-junit-reports.html
index ffc48b56cf2..ffc48b56cf2 100644
--- a/tests/integration/tests/src/it/selenium/unit_tests/reuse-clover-and-junit-reports.html
+++ b/tests/integration/tests/src/test/selenium/unit_tests/reuse-clover-and-junit-reports.html
diff --git a/tests/integration/tests/src/it/selenium/unit_tests/reuse-cobertura-and-junit-reports.html b/tests/integration/tests/src/test/selenium/unit_tests/reuse-cobertura-and-junit-reports.html
index 35dca44e9ff..35dca44e9ff 100644
--- a/tests/integration/tests/src/it/selenium/unit_tests/reuse-cobertura-and-junit-reports.html
+++ b/tests/integration/tests/src/test/selenium/unit_tests/reuse-cobertura-and-junit-reports.html
diff --git a/tests/integration/tests/src/it/selenium/unit_tests/reuse-junit-reports-only.html b/tests/integration/tests/src/test/selenium/unit_tests/reuse-junit-reports-only.html
index 952ebcc58dc..952ebcc58dc 100644
--- a/tests/integration/tests/src/it/selenium/unit_tests/reuse-junit-reports-only.html
+++ b/tests/integration/tests/src/test/selenium/unit_tests/reuse-junit-reports-only.html
diff --git a/tests/integration/tests/src/it/selenium/unit_tests/reuse-maven-coverage-reports.html b/tests/integration/tests/src/test/selenium/unit_tests/reuse-maven-coverage-reports.html
index 648cd780895..648cd780895 100644
--- a/tests/integration/tests/src/it/selenium/unit_tests/reuse-maven-coverage-reports.html
+++ b/tests/integration/tests/src/test/selenium/unit_tests/reuse-maven-coverage-reports.html
diff --git a/tests/integration/tests/src/it/selenium/unit_tests/skip-surefire-tests.html b/tests/integration/tests/src/test/selenium/unit_tests/skip-surefire-tests.html
index c96c9831764..c96c9831764 100644
--- a/tests/integration/tests/src/it/selenium/unit_tests/skip-surefire-tests.html
+++ b/tests/integration/tests/src/test/selenium/unit_tests/skip-surefire-tests.html
diff --git a/tests/integration/tests/src/it/selenium/unit_tests/some-test-failures.html b/tests/integration/tests/src/test/selenium/unit_tests/some-test-failures.html
index 27f0c9f1c85..27f0c9f1c85 100644
--- a/tests/integration/tests/src/it/selenium/unit_tests/some-test-failures.html
+++ b/tests/integration/tests/src/test/selenium/unit_tests/some-test-failures.html
diff --git a/tests/integration/tests/src/it/selenium/unit_tests/zero-when-no-tests.html b/tests/integration/tests/src/test/selenium/unit_tests/zero-when-no-tests.html
index 8d7f7ac6127..8d7f7ac6127 100644
--- a/tests/integration/tests/src/it/selenium/unit_tests/zero-when-no-tests.html
+++ b/tests/integration/tests/src/test/selenium/unit_tests/zero-when-no-tests.html
diff --git a/tests/integration/tests/src/it/selenium/users/accept-login-with-whitespace.html b/tests/integration/tests/src/test/selenium/users/accept-login-with-whitespace.html
index 51cc7ce04ff..51cc7ce04ff 100644
--- a/tests/integration/tests/src/it/selenium/users/accept-login-with-whitespace.html
+++ b/tests/integration/tests/src/test/selenium/users/accept-login-with-whitespace.html
diff --git a/tests/integration/tests/src/it/selenium/users/add-user-to-group.html b/tests/integration/tests/src/test/selenium/users/add-user-to-group.html
index ca9618320dd..ca9618320dd 100644
--- a/tests/integration/tests/src/it/selenium/users/add-user-to-group.html
+++ b/tests/integration/tests/src/test/selenium/users/add-user-to-group.html
diff --git a/tests/integration/tests/src/it/selenium/users/admin-has-default-groups.html b/tests/integration/tests/src/test/selenium/users/admin-has-default-groups.html
index a6f3e419aaf..a6f3e419aaf 100644
--- a/tests/integration/tests/src/it/selenium/users/admin-has-default-groups.html
+++ b/tests/integration/tests/src/test/selenium/users/admin-has-default-groups.html
diff --git a/tests/integration/tests/src/it/selenium/users/affect-new-user-to-default-group.html b/tests/integration/tests/src/test/selenium/users/affect-new-user-to-default-group.html
index 84d88b75e8e..84d88b75e8e 100644
--- a/tests/integration/tests/src/it/selenium/users/affect-new-user-to-default-group.html
+++ b/tests/integration/tests/src/test/selenium/users/affect-new-user-to-default-group.html
diff --git a/tests/integration/tests/src/it/selenium/users/affect-user-to-group.html b/tests/integration/tests/src/test/selenium/users/affect-user-to-group.html
index 656d03a1354..656d03a1354 100644
--- a/tests/integration/tests/src/it/selenium/users/affect-user-to-group.html
+++ b/tests/integration/tests/src/test/selenium/users/affect-user-to-group.html
diff --git a/tests/integration/tests/src/it/selenium/users/authenticate-new-user.html b/tests/integration/tests/src/test/selenium/users/authenticate-new-user.html
index 13f4ef6d575..13f4ef6d575 100644
--- a/tests/integration/tests/src/it/selenium/users/authenticate-new-user.html
+++ b/tests/integration/tests/src/test/selenium/users/authenticate-new-user.html
diff --git a/tests/integration/tests/src/it/selenium/users/can-not-delete-myself.html b/tests/integration/tests/src/test/selenium/users/can-not-delete-myself.html
index 564e87fa6c2..564e87fa6c2 100644
--- a/tests/integration/tests/src/it/selenium/users/can-not-delete-myself.html
+++ b/tests/integration/tests/src/test/selenium/users/can-not-delete-myself.html
diff --git a/tests/integration/tests/src/it/selenium/users/change-username-without-changing-password.html b/tests/integration/tests/src/test/selenium/users/change-username-without-changing-password.html
index b7c2bc33f64..b7c2bc33f64 100644
--- a/tests/integration/tests/src/it/selenium/users/change-username-without-changing-password.html
+++ b/tests/integration/tests/src/test/selenium/users/change-username-without-changing-password.html
diff --git a/tests/integration/tests/src/it/selenium/users/confirm-password-when-creating-user.html b/tests/integration/tests/src/test/selenium/users/confirm-password-when-creating-user.html
index 40ff5dd0a33..40ff5dd0a33 100644
--- a/tests/integration/tests/src/it/selenium/users/confirm-password-when-creating-user.html
+++ b/tests/integration/tests/src/test/selenium/users/confirm-password-when-creating-user.html
diff --git a/tests/integration/tests/src/it/selenium/users/create-and-delete-groups.html b/tests/integration/tests/src/test/selenium/users/create-and-delete-groups.html
index cb95a8be5a6..cb95a8be5a6 100644
--- a/tests/integration/tests/src/it/selenium/users/create-and-delete-groups.html
+++ b/tests/integration/tests/src/test/selenium/users/create-and-delete-groups.html
diff --git a/tests/integration/tests/src/it/selenium/users/create-and-delete-users.html b/tests/integration/tests/src/test/selenium/users/create-and-delete-users.html
index 2221c0ae104..2221c0ae104 100644
--- a/tests/integration/tests/src/it/selenium/users/create-and-delete-users.html
+++ b/tests/integration/tests/src/test/selenium/users/create-and-delete-users.html
diff --git a/tests/integration/tests/src/it/selenium/users/my-profile-display-basic-data.html b/tests/integration/tests/src/test/selenium/users/my-profile-display-basic-data.html
index b3951d0b0ed..b3951d0b0ed 100644
--- a/tests/integration/tests/src/it/selenium/users/my-profile-display-basic-data.html
+++ b/tests/integration/tests/src/test/selenium/users/my-profile-display-basic-data.html
diff --git a/tests/integration/tests/src/it/selenium/violations_drilldown/SONAR-455_hide_zero_measures.html b/tests/integration/tests/src/test/selenium/violations_drilldown/SONAR-455_hide_zero_measures.html
index 6fd6106ba47..6fd6106ba47 100644
--- a/tests/integration/tests/src/it/selenium/violations_drilldown/SONAR-455_hide_zero_measures.html
+++ b/tests/integration/tests/src/test/selenium/violations_drilldown/SONAR-455_hide_zero_measures.html
diff --git a/tests/integration/tests/src/it/selenium/violations_drilldown/check_violations_on_extensions.html b/tests/integration/tests/src/test/selenium/violations_drilldown/check_violations_on_extensions.html
index b4765c3ed71..b4765c3ed71 100644
--- a/tests/integration/tests/src/it/selenium/violations_drilldown/check_violations_on_extensions.html
+++ b/tests/integration/tests/src/test/selenium/violations_drilldown/check_violations_on_extensions.html
diff --git a/tests/integration/tests/src/it/selenium/violations_drilldown/popup-on-rules.html b/tests/integration/tests/src/test/selenium/violations_drilldown/popup-on-rules.html
index f493332b858..f493332b858 100644
--- a/tests/integration/tests/src/it/selenium/violations_drilldown/popup-on-rules.html
+++ b/tests/integration/tests/src/test/selenium/violations_drilldown/popup-on-rules.html
diff --git a/tests/integration/tests/src/it/selenium/violations_drilldown/select_resource.html b/tests/integration/tests/src/test/selenium/violations_drilldown/select_resource.html
index 9970a5e6af4..9970a5e6af4 100644
--- a/tests/integration/tests/src/it/selenium/violations_drilldown/select_resource.html
+++ b/tests/integration/tests/src/test/selenium/violations_drilldown/select_resource.html