Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed Sep 17, 2024
1 parent f69234a commit 991b54a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ class Issue5507IT extends BaseIT {
@Test
void testSelectOneRadioStyleClassAttributeRendering() {
open("issue5507.xhtml");

String pageSource = getPageSource();
System.out.println("================================================");
System.out.println(pageSource);
System.out.println("================================================");

assertEquals("someStyleClass", form1Radio1.getAttribute("class"));
assertEquals("someStyleClass", form1Radio2.getAttribute("class"));
assertEquals("someStyleClass", form1Radio3.getAttribute("class"));
Expand Down

0 comments on commit 991b54a

Please sign in to comment.