janhoy commented on code in PR #4177:
URL: https://github.com/apache/solr/pull/4177#discussion_r4109506170
##########
solr/webapp/src/test/org/apache/solr/webapp/AdminUiDocumentsScreenTest.java:
##########
@@ -44,6 +44,9 @@ public void testDocumentsScreenForm() {
assertTrue("Doc type dropdown should offer JSON, got " + types,
types.contains("JSON"));
assertTrue("Doc type dropdown should offer XML, got " + types,
types.contains("XML"));
assertTrue("Doc type dropdown should offer CSV, got " + types,
types.contains("CSV"));
+ assertTrue(
+ "Doc type dropdown should offer raw JSON commands, got " + types,
+ types.contains("Solr Command (raw JSON)"));
Review Comment:
Sure, feel free to ignore.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]