diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-25 16:49:00 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-26 11:38:26 +0200 |
commit | cd1400b1411e039826c8267d135234caf6a71a71 (patch) | |
tree | 04cfc31d7926e1b3962affdde0eb42081928f7a3 /tests/src/test | |
parent | a27abe36c63f21ed0e8c4b5adf05c36187da7f4a (diff) | |
download | sonarqube-cd1400b1411e039826c8267d135234caf6a71a71.tar.gz sonarqube-cd1400b1411e039826c8267d135234caf6a71a71.zip |
Update wording for search engine in system info
Diffstat (limited to 'tests/src/test')
-rw-r--r-- | tests/src/test/java/org/sonarqube/tests/serverSystem/SystemInfoTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/test/java/org/sonarqube/tests/serverSystem/SystemInfoTest.java b/tests/src/test/java/org/sonarqube/tests/serverSystem/SystemInfoTest.java index 960946d0632..ae11a552e85 100644 --- a/tests/src/test/java/org/sonarqube/tests/serverSystem/SystemInfoTest.java +++ b/tests/src/test/java/org/sonarqube/tests/serverSystem/SystemInfoTest.java @@ -76,7 +76,7 @@ public class SystemInfoTest { .shouldHaveSection("Compute Engine Logging") .shouldHaveSection("Compute Engine Tasks"); - page.getCardItem("Search") + page.getCardItem("Search Engine") .shouldHaveSection("Search State") .shouldHaveSection("Search Indexes"); } |