We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5393a commit 9aad69bCopy full SHA for 9aad69b
integration-tests/src/test/java/oracle/weblogic/kubernetes/ItMonitoringExporterWebApp.java
@@ -518,7 +518,7 @@ private HtmlPage submitConfigureForm(
518
page1 = webClient.getPage(exporterUrl);
519
}
520
assertNotNull(page1, "can't retrieve exporter dashboard page");
521
- assertTrue((page1.asNormalizedText()).contains("This is the WebLogic Monitoring Exporter."));
+ assertTrue((page1.asNormalizedText()).contains("Oracle WebLogic Monitoring Exporter"));
522
523
// Get the form that we are dealing with and within that form,
524
// find the submit button and the field that we want to change.Generated form for cluster had
0 commit comments