melloware commented on code in PR #459:
URL: https://github.com/apache/myfaces/pull/459#discussion_r1056822418


##########
extensions/quarkus/showcase/src/test/java/org/apache/myfaces/core/extensions/quarkus/showcase/QuarkusMyFacesShowcaseTest.java:
##########
@@ -69,7 +69,7 @@ public void shouldOpenIndexPage() throws Exception {
         final HtmlPage page = webClient.getPage(url + "/index.xhtml");
         final HtmlDivision datatable = (HtmlDivision) 
page.getElementById("form:carTable");
         assertThat(datatable).isNotNull();
-        assertThat(datatable.getByXPath("//tr[contains(@role,'row') and 
contains(@class,'ui-datatable-selectable')]"))
+        
assertThat(datatable.getByXPath("//tr[contains(@class,'ui-datatable-selectable')]"))

Review Comment:
   PF 12 removed the role="row" as not needed.



-- 
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]

Reply via email to