File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration-tests/src/test/java/oracle/weblogic/kubernetes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ private HtmlPage submitConfigureForm(
510
510
page1 = webClient .getPage (exporterUrl );
511
511
}
512
512
assertNotNull (page1 , "can't retrieve exporter dashboard page" );
513
- assertTrue ((page1 .asNormalizedText ()).contains ("This is the WebLogic Monitoring Exporter. " ));
513
+ assertTrue ((page1 .asNormalizedText ()).contains ("Oracle WebLogic Monitoring Exporter" ));
514
514
515
515
// Get the form that we are dealing with and within that form,
516
516
// find the submit button and the field that we want to change.Generated form for cluster had
@@ -932,4 +932,4 @@ private static String convertToJson(String yaml) {
932
932
return new Gson ().toJson (loadedYaml , LinkedHashMap .class );
933
933
}
934
934
935
- }
935
+ }
You can’t perform that action at this time.
0 commit comments