| Index: tests/html/custom_elements_test.dart
 | 
| diff --git a/tests/html/custom_elements_test.dart b/tests/html/custom_elements_test.dart
 | 
| index bbd3ce75cbd75d1d87b45415da5f668a1610e98e..f31f84ac7883175d33609595a0b4b47e657d28f5 100644
 | 
| --- a/tests/html/custom_elements_test.dart
 | 
| +++ b/tests/html/custom_elements_test.dart
 | 
| @@ -41,7 +41,7 @@ class NotAnElement {}
 | 
|  main() {
 | 
|    useHtmlIndividualConfiguration();
 | 
|  
 | 
| -  setUp(loadPolyfills);
 | 
| +  setUp(() => customElementsReady);
 | 
|  
 | 
|    group('register', () {
 | 
|      test('register', () {
 | 
| 
 |