diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2017-05-18 16:24:36 +0200 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2017-05-19 13:47:22 +0200 |
commit | 5e45a21807f091d4269df513b432c25c755a03c7 (patch) | |
tree | ee2f357249122f9e1397bed5538de75a77198a47 /it/it-tests/src | |
parent | a5dfd4ced46d452cbea55a9e950855295ff2c9a4 (diff) | |
download | sonarqube-5e45a21807f091d4269df513b432c25c755a03c7.tar.gz sonarqube-5e45a21807f091d4269df513b432c25c755a03c7.zip |
SONAR-8888 use DefinedQProfileInsert when creating an organization
rather than DefinedQProfileCreation which does too many useless operations
Diffstat (limited to 'it/it-tests/src')
-rw-r--r-- | it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_display_changelog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_display_changelog.html b/it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_display_changelog.html index 417700e47db..12536be7cbf 100644 --- a/it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_display_changelog.html +++ b/it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_display_changelog.html @@ -47,7 +47,7 @@ <tr> <td>assertText</td> <td>css=.js-profile-changelog-event</td> - <td>*Administrator*Activated*Has Tag*Major*tag*xoo*</td> + <td>*System*Activated*Has Tag*Major*tag*xoo*</td> </tr> </tbody> </table> |