aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test
diff options
context:
space:
mode:
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>2017-10-25 16:49:00 +0200
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>2017-10-26 11:38:26 +0200
commitcd1400b1411e039826c8267d135234caf6a71a71 (patch)
tree04cfc31d7926e1b3962affdde0eb42081928f7a3 /tests/src/test
parenta27abe36c63f21ed0e8c4b5adf05c36187da7f4a (diff)
downloadsonarqube-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.java2
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");
}