Skip to content

Commit

Permalink
add missing M tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 20, 2024
1 parent dd315d4 commit 02cc4d4
Show file tree
Hide file tree
Showing 2 changed files with 566 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/test/java/org/htmlunit/general/huge/HostParentOfITest.java
Original file line number Diff line number Diff line change
Expand Up @@ -372,14 +372,4 @@ public void _LocalMediaStream_LocalMediaStream() throws Exception {
public void _Location_Location() throws Exception {
test("Location", "Location");
}

/**
* @throws Exception if the test fails
*/
@Test
@Alerts("true")
public void _RTCStatsReport_RTCStatsReport() throws Exception {
test("RTCStatsReport", "RTCStatsReport");
}

}
Loading

0 comments on commit 02cc4d4

Please sign in to comment.