File tree Expand file tree Collapse file tree
src/test/java/org/htmlunit/general/huge Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,11 +96,7 @@ public void _Selection_Selection() throws Exception {
9696 * @throws Exception if the test fails
9797 */
9898 @ Test
99- @ Alerts (DEFAULT = "false" ,
100- CHROME = "true" ,
101- EDGE = "true" ,
102- FF = "true" ,
103- FF_ESR = "true" )
99+ @ Alerts ("true" )
104100 public void _ServiceWorker_ServiceWorker () throws Exception {
105101 test ("ServiceWorker" , "ServiceWorker" );
106102 }
@@ -109,11 +105,7 @@ public void _ServiceWorker_ServiceWorker() throws Exception {
109105 * @throws Exception if the test fails
110106 */
111107 @ Test
112- @ Alerts (DEFAULT = "false" ,
113- CHROME = "true" ,
114- EDGE = "true" ,
115- FF = "true" ,
116- FF_ESR = "true" )
108+ @ Alerts ("true" )
117109 public void _ServiceWorkerContainer_ServiceWorkerContainer () throws Exception {
118110 test ("ServiceWorkerContainer" , "ServiceWorkerContainer" );
119111 }
@@ -122,11 +114,7 @@ public void _ServiceWorkerContainer_ServiceWorkerContainer() throws Exception {
122114 * @throws Exception if the test fails
123115 */
124116 @ Test
125- @ Alerts (DEFAULT = "false" ,
126- CHROME = "true" ,
127- EDGE = "true" ,
128- FF = "true" ,
129- FF_ESR = "true" )
117+ @ Alerts ("true" )
130118 public void _ServiceWorkerRegistration_ServiceWorkerRegistration () throws Exception {
131119 test ("ServiceWorkerRegistration" , "ServiceWorkerRegistration" );
132120 }
You can’t perform that action at this time.
0 commit comments