| Maxime Guerreiro | 0916fe5 | 2018-05-30 14:23:43 +0000 | [diff] [blame] | 1 | <!doctype html> |
| 2 | <html> |
| 3 | |
| 4 | <head> |
| 5 | <meta charset="utf-8"> |
| 6 | <script src="../../polygerrit-ui/app//bower_components/webcomponentsjs/webcomponents-lite.js"></script> |
| 7 | <script src="../../polygerrit-ui/app/bower_components/web-component-tester/browser.js"></script> |
| 8 | </head> |
| 9 | |
| 10 | <body> |
| 11 | <script> |
| 12 | WCT.loadSuites([ |
| 13 | 'gr-simple-submit-rules-repo-config/gr-simple-submit-rules-repo-config_test.html', |
| Maxime Guerreiro | e1842a0 | 2018-07-26 13:52:00 +0000 | [diff] [blame] | 14 | 'gr-simple-submit-rules-label-config/gr-simple-submit-rules-label-config_test.html' |
| Maxime Guerreiro | 0916fe5 | 2018-05-30 14:23:43 +0000 | [diff] [blame] | 15 | ]); |
| 16 | </script> |
| 17 | </body> |
| 18 | |
| 19 | </html> |