File tree Expand file tree Collapse file tree 5 files changed +12
-14
lines changed
src/test/java/org/htmlunit/libraries Expand file tree Collapse file tree 5 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 16
16
17
17
import org .htmlunit .junit .BrowserRunner ;
18
18
import org .htmlunit .junit .BrowserRunner .Alerts ;
19
+ import org .htmlunit .junit .BrowserRunner .BuggyWebDriver ;
19
20
import org .junit .Test ;
20
21
import org .junit .runner .RunWith ;
21
22
@@ -32,6 +33,7 @@ public class HtmxTest1x7x0 extends HtmxTest {
32
33
*/
33
34
@ Test
34
35
@ Alerts ("passes:446failures:0" )
36
+ @ BuggyWebDriver (CHROME = "passes:446failures:1" , EDGE = "passes:446failures:1" )
35
37
public void htmx () throws Exception {
36
38
htmx ("htmx-1.7.0" );
37
39
}
Original file line number Diff line number Diff line change 16
16
17
17
import org .htmlunit .junit .BrowserRunner ;
18
18
import org .htmlunit .junit .BrowserRunner .Alerts ;
19
+ import org .htmlunit .junit .BrowserRunner .BuggyWebDriver ;
19
20
import org .junit .Test ;
20
21
import org .junit .runner .RunWith ;
21
22
@@ -32,6 +33,7 @@ public class HtmxTest1x8x4 extends HtmxTest {
32
33
*/
33
34
@ Test
34
35
@ Alerts ("passes:483failures:0" )
36
+ @ BuggyWebDriver (CHROME = "passes:483failures:1" , EDGE = "passes:483failures:1" )
35
37
public void htmx () throws Exception {
36
38
htmx ("htmx-1.8.4" );
37
39
}
Original file line number Diff line number Diff line change 18
18
import org .htmlunit .javascript .preprocessor .HtmxOneNineTenScriptPreProcessor ;
19
19
import org .htmlunit .junit .BrowserRunner ;
20
20
import org .htmlunit .junit .BrowserRunner .Alerts ;
21
- import org .htmlunit .junit .BrowserRunner .HtmlUnitNYI ;
21
+ import org .htmlunit .junit .BrowserRunner .BuggyWebDriver ;
22
22
import org .junit .Test ;
23
23
import org .junit .runner .RunWith ;
24
24
@@ -34,12 +34,8 @@ public class HtmxTest1x9x10 extends HtmxTest {
34
34
* @throws Exception if an error occurs
35
35
*/
36
36
@ Test
37
- @ Alerts (DEFAULT = "passes:679failures:1" ,
38
- FF = "passes:679failures:0" ,
39
- FF_ESR = "passes:679failures:0" )
40
- @ HtmlUnitNYI (
41
- CHROME = "passes:679failures:0" ,
42
- EDGE = "passes:679failures:0" )
37
+ @ Alerts ("passes:679failures:0" )
38
+ @ BuggyWebDriver (CHROME = "passes:679failures:1" , EDGE = "passes:679failures:1" )
43
39
public void htmx () throws Exception {
44
40
htmx ("htmx-1.9.10" );
45
41
}
Original file line number Diff line number Diff line change 18
18
import org .htmlunit .javascript .preprocessor .HtmxOneNineTenScriptPreProcessor ;
19
19
import org .htmlunit .junit .BrowserRunner ;
20
20
import org .htmlunit .junit .BrowserRunner .Alerts ;
21
- import org .htmlunit .junit .BrowserRunner .HtmlUnitNYI ;
21
+ import org .htmlunit .junit .BrowserRunner .BuggyWebDriver ;
22
22
import org .junit .Test ;
23
23
import org .junit .runner .RunWith ;
24
24
@@ -34,12 +34,8 @@ public class HtmxTest1x9x12 extends HtmxTest {
34
34
* @throws Exception if an error occurs
35
35
*/
36
36
@ Test
37
- @ Alerts (DEFAULT = "passes:707failures:1" ,
38
- FF = "passes:707failures:0" ,
39
- FF_ESR = "passes:707failures:0" )
40
- @ HtmlUnitNYI (
41
- CHROME = "passes:707failures:0" ,
42
- EDGE = "passes:707failures:0" )
37
+ @ Alerts ("passes:707failures:0" )
38
+ @ BuggyWebDriver (CHROME = "passes:707failures:1" , EDGE = "passes:707failures:1" )
43
39
public void htmx () throws Exception {
44
40
htmx ("htmx-1.9.12" );
45
41
}
Original file line number Diff line number Diff line change 16
16
17
17
import org .htmlunit .junit .BrowserRunner ;
18
18
import org .htmlunit .junit .BrowserRunner .Alerts ;
19
+ import org .htmlunit .junit .BrowserRunner .BuggyWebDriver ;
19
20
import org .junit .Test ;
20
21
import org .junit .runner .RunWith ;
21
22
@@ -32,6 +33,7 @@ public class HtmxTest1x9x2 extends HtmxTest {
32
33
*/
33
34
@ Test
34
35
@ Alerts ("passes:529failures:0" )
36
+ @ BuggyWebDriver (CHROME = "passes:529failures:1" , EDGE = "passes:529failures:1" )
35
37
public void htmx () throws Exception {
36
38
htmx ("htmx-1.9.2" );
37
39
}
You can’t perform that action at this time.
0 commit comments