From 0cc3d053bb00db694903f277ea54540f20b69bcb Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Mon, 10 Apr 2017 16:46:49 +0200 Subject: SONAR-9018 Fix ITs as 'Anyone' has no more rights in new organization --- .../should_display_profile_exporters.html | 30 ++++++++++++++++++++++ .../should_display_profile_inheritance.html | 30 ++++++++++++++++++++++ .../should_display_profile_projects.html | 30 ++++++++++++++++++++++ 3 files changed, 90 insertions(+) diff --git a/it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_display_profile_exporters.html b/it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_display_profile_exporters.html index b26d162f2e7..81db3f9183a 100644 --- a/it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_display_profile_exporters.html +++ b/it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_display_profile_exporters.html @@ -14,6 +14,36 @@ + + open + /sessions/logout + + + + open + /sessions/login + + + + type + id=password + admin + + + type + id=login + admin + + + clickAndWait + name=commit + + + + waitForElementPresent + css=.js-user-authenticated + + open /organizations/test-org/quality_profiles diff --git a/it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_display_profile_inheritance.html b/it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_display_profile_inheritance.html index c403fbf5196..3fe645beeb4 100644 --- a/it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_display_profile_inheritance.html +++ b/it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_display_profile_inheritance.html @@ -14,6 +14,36 @@ + + open + /sessions/logout + + + + open + /sessions/login + + + + type + id=password + admin + + + type + id=login + admin + + + clickAndWait + name=commit + + + + waitForElementPresent + css=.js-user-authenticated + + open /organizations/test-org/quality_profiles diff --git a/it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_display_profile_projects.html b/it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_display_profile_projects.html index 062014eb239..3eb61065773 100644 --- a/it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_display_profile_projects.html +++ b/it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_display_profile_projects.html @@ -14,6 +14,36 @@ + + open + /sessions/logout + + + + open + /sessions/login + + + + type + id=password + admin + + + type + id=login + admin + + + clickAndWait + name=commit + + + + waitForElementPresent + css=.js-user-authenticated + + open /organizations/test-org/quality_profiles -- cgit v1.2.3