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(
510510 page1 = webClient .getPage (exporterUrl );
511511 }
512512 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" ));
514514
515515 // Get the form that we are dealing with and within that form,
516516 // 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) {
932932 return new Gson ().toJson (loadedYaml , LinkedHashMap .class );
933933 }
934934
935- }
935+ }
You can’t perform that action at this time.
0 commit comments