diff options
Diffstat (limited to 'tests/src/test/resources')
16 files changed, 11 insertions, 80 deletions
diff --git a/tests/src/test/resources/authorisation/PermissionTemplatesPageTest/should_create.html b/tests/src/test/resources/authorisation/PermissionTemplatesPageTest/should_create.html index 0e67e0f4fab..5265dab2239 100644 --- a/tests/src/test/resources/authorisation/PermissionTemplatesPageTest/should_create.html +++ b/tests/src/test/resources/authorisation/PermissionTemplatesPageTest/should_create.html @@ -10,11 +10,6 @@ <tbody> <tr> <td>open</td> - <td>/sessions/logout</td> - <td></td> - </tr> - <tr> - <td>open</td> <td>/sessions/new</td> <td></td> </tr> diff --git a/tests/src/test/resources/authorisation/PermissionTemplatesPageTest/should_display_page.html b/tests/src/test/resources/authorisation/PermissionTemplatesPageTest/should_display_page.html index 8d9640f25b6..2e05e15a692 100644 --- a/tests/src/test/resources/authorisation/PermissionTemplatesPageTest/should_display_page.html +++ b/tests/src/test/resources/authorisation/PermissionTemplatesPageTest/should_display_page.html @@ -10,11 +10,6 @@ <tbody> <tr> <td>open</td> - <td>/sessions/logout</td> - <td></td> -</tr> -<tr> - <td>open</td> <td>/sessions/new</td> <td></td> </tr> diff --git a/tests/src/test/resources/authorisation/PermissionTemplatesPageTest/should_manage_project_creators.html b/tests/src/test/resources/authorisation/PermissionTemplatesPageTest/should_manage_project_creators.html index 3d1c172a783..d6226cb6fa7 100644 --- a/tests/src/test/resources/authorisation/PermissionTemplatesPageTest/should_manage_project_creators.html +++ b/tests/src/test/resources/authorisation/PermissionTemplatesPageTest/should_manage_project_creators.html @@ -8,11 +8,7 @@ <body> <table cellpadding="1" cellspacing="1" border="1"> <tbody> - <tr> - <td>open</td> - <td>/sessions/logout</td> - <td></td> - </tr> + <tr> <td>open</td> <td>/sessions/new</td> diff --git a/tests/src/test/resources/authorisation/ProvisioningPermissionTest/should-be-able-to-provision-project.html b/tests/src/test/resources/authorisation/ProvisioningPermissionTest/should-be-able-to-provision-project.html index c5db3b4898a..506a921dd4b 100644 --- a/tests/src/test/resources/authorisation/ProvisioningPermissionTest/should-be-able-to-provision-project.html +++ b/tests/src/test/resources/authorisation/ProvisioningPermissionTest/should-be-able-to-provision-project.html @@ -8,11 +8,7 @@ <body> <table cellpadding="1" cellspacing="1" border="1"> <tbody> - <tr> - <td>open</td> - <td>/sessions/logout</td> - <td></td> - </tr> + <tr> <td>open</td> <td>/sessions/new</td> diff --git a/tests/src/test/resources/authorisation/ProvisioningPermissionTest/should-not-be-able-to-provision-project.html b/tests/src/test/resources/authorisation/ProvisioningPermissionTest/should-not-be-able-to-provision-project.html index 270daf67cd9..634e71e1926 100644 --- a/tests/src/test/resources/authorisation/ProvisioningPermissionTest/should-not-be-able-to-provision-project.html +++ b/tests/src/test/resources/authorisation/ProvisioningPermissionTest/should-not-be-able-to-provision-project.html @@ -10,11 +10,6 @@ <tbody> <tr> <td>open</td> - <td>/sessions/logout</td> - <td></td> - </tr> - <tr> - <td>open</td> <td>/sessions/new</td> <td></td> </tr> diff --git a/tests/src/test/resources/projectAdministration/BackgroundTasksTest/should_not_display_failing_and_search_and_filter_elements_on_project_level_page.html b/tests/src/test/resources/projectAdministration/BackgroundTasksTest/should_not_display_failing_and_search_and_filter_elements_on_project_level_page.html index e28cdbba827..340eda50f08 100644 --- a/tests/src/test/resources/projectAdministration/BackgroundTasksTest/should_not_display_failing_and_search_and_filter_elements_on_project_level_page.html +++ b/tests/src/test/resources/projectAdministration/BackgroundTasksTest/should_not_display_failing_and_search_and_filter_elements_on_project_level_page.html @@ -16,11 +16,6 @@ <tbody> <tr> <td>open</td> - <td>/sessions/logout</td> - <td></td> -</tr> -<tr> - <td>open</td> <td>/sessions/login</td> <td></td> </tr> diff --git a/tests/src/test/resources/projectAdministration/ProjectAdministrationTest/project-administration/multimodule-project-delete-version.html b/tests/src/test/resources/projectAdministration/ProjectAdministrationTest/project-administration/multimodule-project-delete-version.html index 496917b9e4c..3b19ed1c7f5 100644 --- a/tests/src/test/resources/projectAdministration/ProjectAdministrationTest/project-administration/multimodule-project-delete-version.html +++ b/tests/src/test/resources/projectAdministration/ProjectAdministrationTest/project-administration/multimodule-project-delete-version.html @@ -14,11 +14,7 @@ </tr> </thead> <tbody> - <tr> - <td>open</td> - <td>/sessions/logout</td> - <td></td> - </tr> + <tr> <td>open</td> <td>/sessions/login</td> diff --git a/tests/src/test/resources/projectAdministration/ProjectAdministrationTest/project-administration/multimodule-project-modify-version.html b/tests/src/test/resources/projectAdministration/ProjectAdministrationTest/project-administration/multimodule-project-modify-version.html index f336f7e93b9..07721e0ac8e 100644 --- a/tests/src/test/resources/projectAdministration/ProjectAdministrationTest/project-administration/multimodule-project-modify-version.html +++ b/tests/src/test/resources/projectAdministration/ProjectAdministrationTest/project-administration/multimodule-project-modify-version.html @@ -13,11 +13,7 @@ </tr> </thead> <tbody> - <tr> - <td>open</td> - <td>/sessions/logout</td> - <td></td> - </tr> + <tr> <td>open</td> <td>/sessions/login</td> diff --git a/tests/src/test/resources/projectAdministration/ProjectAdministrationTest/project-deletion/project-deletion.html b/tests/src/test/resources/projectAdministration/ProjectAdministrationTest/project-deletion/project-deletion.html index 9345f6e3f75..6848f31c3cd 100644 --- a/tests/src/test/resources/projectAdministration/ProjectAdministrationTest/project-deletion/project-deletion.html +++ b/tests/src/test/resources/projectAdministration/ProjectAdministrationTest/project-deletion/project-deletion.html @@ -13,11 +13,7 @@ </tr> </thead> <tbody> - <tr> - <td>open</td> - <td>/sessions/logout</td> - <td></td> -</tr> + <tr> <td>open</td> <td>/sessions/login</td> diff --git a/tests/src/test/resources/projectAdministration/ProjectBulkDeletionPageTest/bulk-delete-filter-projects.html b/tests/src/test/resources/projectAdministration/ProjectBulkDeletionPageTest/bulk-delete-filter-projects.html index b6256e49b35..1b1ee440479 100644 --- a/tests/src/test/resources/projectAdministration/ProjectBulkDeletionPageTest/bulk-delete-filter-projects.html +++ b/tests/src/test/resources/projectAdministration/ProjectBulkDeletionPageTest/bulk-delete-filter-projects.html @@ -8,11 +8,6 @@ <body> <table cellpadding="1" cellspacing="1" border="1"> <tbody> - <tr> - <td>open</td> - <td>/sessions/logout</td> - <td></td> -</tr> <tr> <td>open</td> <td>/sessions/login</td> diff --git a/tests/src/test/resources/projectAdministration/ProjectPermissionsTest/test_project_permissions_page_shows_only_single_project.html b/tests/src/test/resources/projectAdministration/ProjectPermissionsTest/test_project_permissions_page_shows_only_single_project.html index cbb6595ff20..f0ba9552e9b 100644 --- a/tests/src/test/resources/projectAdministration/ProjectPermissionsTest/test_project_permissions_page_shows_only_single_project.html +++ b/tests/src/test/resources/projectAdministration/ProjectPermissionsTest/test_project_permissions_page_shows_only_single_project.html @@ -14,11 +14,7 @@ </tr> </thead> <tbody> - <tr> - <td>open</td> - <td>/sessions/logout</td> - <td></td> - </tr> + <tr> <td>open</td> <td>/sessions/login</td> diff --git a/tests/src/test/resources/serverSystem/ServerSystemTest/system_info.html b/tests/src/test/resources/serverSystem/ServerSystemTest/system_info.html index e304586c59c..feee8889ce5 100644 --- a/tests/src/test/resources/serverSystem/ServerSystemTest/system_info.html +++ b/tests/src/test/resources/serverSystem/ServerSystemTest/system_info.html @@ -13,11 +13,7 @@ </tr> </thead> <tbody> - <tr> - <td>open</td> - <td>/sessions/logout</td> - <td></td> - </tr> + <tr> <td>open</td> <td>/sessions/new</td> diff --git a/tests/src/test/resources/updateCenter/installed-plugins.html b/tests/src/test/resources/updateCenter/installed-plugins.html index d1986f6f897..8b3576a0b78 100644 --- a/tests/src/test/resources/updateCenter/installed-plugins.html +++ b/tests/src/test/resources/updateCenter/installed-plugins.html @@ -8,11 +8,7 @@ <body> <table cellpadding="1" cellspacing="1" border="1"> <tbody> - <tr> - <td>open</td> - <td>/sessions/logout</td> - <td></td> - </tr> + <tr> <td>open</td> <td>/sessions/login</td> diff --git a/tests/src/test/resources/user/LocalAuthenticationTest/force-authentication.html b/tests/src/test/resources/user/LocalAuthenticationTest/force-authentication.html index 4c5a751665d..44778593de0 100644 --- a/tests/src/test/resources/user/LocalAuthenticationTest/force-authentication.html +++ b/tests/src/test/resources/user/LocalAuthenticationTest/force-authentication.html @@ -13,11 +13,7 @@ </tr> </thead> <tbody> - <tr> - <td>open</td> - <td>/sessions/logout</td> - <td></td> - </tr> + <tr> <td>open</td> <td>/</td> diff --git a/tests/src/test/resources/user/UsersPageTest/admin_should_change_its_own_password.html b/tests/src/test/resources/user/UsersPageTest/admin_should_change_its_own_password.html index 06e806cf259..bc17a7e90c9 100644 --- a/tests/src/test/resources/user/UsersPageTest/admin_should_change_its_own_password.html +++ b/tests/src/test/resources/user/UsersPageTest/admin_should_change_its_own_password.html @@ -14,11 +14,7 @@ </tr> </thead> <tbody> -<tr> - <td>open</td> - <td>/sessions/logout</td> - <td></td> -</tr> + <tr> <td>open</td> <td>/sessions/login</td> diff --git a/tests/src/test/resources/user/UsersPageTest/generate_and_revoke_user_token.html b/tests/src/test/resources/user/UsersPageTest/generate_and_revoke_user_token.html index c81949c4d10..1c816cbd3d7 100644 --- a/tests/src/test/resources/user/UsersPageTest/generate_and_revoke_user_token.html +++ b/tests/src/test/resources/user/UsersPageTest/generate_and_revoke_user_token.html @@ -14,11 +14,7 @@ </tr> </thead> <tbody> - <tr> - <td>open</td> - <td>/sessions/logout</td> - <td></td> -</tr> + <tr> <td>open</td> <td>/sessions/new</td> |