blob: 32c3317c57b08a91ea1d94cb16c6a7c254b65807 [file] [log] [blame]
Maxime Guerreiro0916fe52018-05-30 14:23:43 +00001<!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 Guerreiroe1842a02018-07-26 13:52:00 +000014 'gr-simple-submit-rules-label-config/gr-simple-submit-rules-label-config_test.html'
Maxime Guerreiro0916fe52018-05-30 14:23:43 +000015 ]);
16 </script>
17</body>
18
19</html>