File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
src/test/java/org/openqa/selenium/htmlunit/remote Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >com.nordstrom.ui-tools</groupId >
77 <artifactId >htmlunit-remote</artifactId >
8- <version >4.23 .1-SNAPSHOT</version >
8+ <version >4.25 .1-SNAPSHOT</version >
99
1010 <name >htmlunit-remote</name >
1111 <description >This is the remote wrapper for HtmlUnitDriver</description >
3232 <maven .build.timestamp.format>yyyy-MM-dd HH:mm</maven .build.timestamp.format>
3333 <maven .compiler.source>11</maven .compiler.source>
3434 <maven .compiler.target>11</maven .compiler.target>
35- <selenium .version>4.25 .0</selenium .version>
36- <htmlunit .version>4.25 .0</htmlunit .version>
35+ <selenium .version>4.26 .0</selenium .version>
36+ <htmlunit .version>4.26 .0</htmlunit .version>
3737 <checkstyle .version>10.15.0</checkstyle .version>
3838 <spotbugs .version>4.8.4</spotbugs .version>
3939 <dependencycheck .version>9.1.0</dependencycheck .version>
Original file line number Diff line number Diff line change @@ -45,10 +45,6 @@ public void shouldBeAbleToProcessActions() throws Exception {
4545 assertEquals ("Target field value mismatch" , "abc" , clickable .getAttribute ("value" ));
4646 }
4747
48- @ Test
49- public void actionsWarmup () {
50- }
51-
5248 @ Test
5349 public void shouldBeAbleToReleaseActions () {
5450 HttpResponse response = HtmlUnitDriverServer .releaseActions (sessionId );
You can’t perform that action at this time.
0 commit comments