Skip to content

Commit 9aad69b

Browse files
authored
fixed test (#3532)
1 parent ca5393a commit 9aad69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItMonitoringExporterWebApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ private HtmlPage submitConfigureForm(
518518
page1 = webClient.getPage(exporterUrl);
519519
}
520520
assertNotNull(page1, "can't retrieve exporter dashboard page");
521-
assertTrue((page1.asNormalizedText()).contains("This is the WebLogic Monitoring Exporter."));
521+
assertTrue((page1.asNormalizedText()).contains("Oracle WebLogic Monitoring Exporter"));
522522

523523
// Get the form that we are dealing with and within that form,
524524
// find the submit button and the field that we want to change.Generated form for cluster had

0 commit comments

Comments
 (0)