diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-09-05 11:00:00 +0200 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-09-11 11:28:29 +0200 |
commit | 71fec25c4056c1dcfe75769c2041b1d56a89a2e5 (patch) | |
tree | e640a76709b242652d3cc274a9d0a98f720ae768 /tests/src/test/resources/authorisation/ProvisioningPermissionTest/should-be-able-to-provision-project.html | |
parent | 0926670e79d919e0afa3f0a2e11f656bdcd05916 (diff) | |
download | sonarqube-71fec25c4056c1dcfe75769c2041b1d56a89a2e5.tar.gz sonarqube-71fec25c4056c1dcfe75769c2041b1d56a89a2e5.zip |
SONAR-9784 rewrite projects management page
Diffstat (limited to 'tests/src/test/resources/authorisation/ProvisioningPermissionTest/should-be-able-to-provision-project.html')
-rw-r--r-- | tests/src/test/resources/authorisation/ProvisioningPermissionTest/should-be-able-to-provision-project.html | 9 |
1 files changed, 2 insertions, 7 deletions
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 506a921dd4b..c43f94871a0 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 @@ -36,19 +36,14 @@ </tr> <tr> <td>open</td> - <td>/projects_admin</td> + <td>/admin/projects_management</td> <td></td> </tr> <tr> <td>waitForElementPresent</td> - <td>css=#projects-type__ALL</td> + <td>css=#create-project</td> <td></td> </tr> - <tr> - <td>assertText</td> - <td>css=.page-actions button</td> - <td>*Create Project*</td> - </tr> </tbody> </table> </body> |