aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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");
}