make snapshot e2e tests work, except main.js/main.html only

This commit is contained in:
Andrew
2015-03-27 13:28:17 -06:00
parent b660777ffa
commit 013e94d5b2
10 changed files with 70 additions and 26 deletions

View File

@ -0,0 +1,9 @@
describe('<%= relativePath %>', function() {
it('should init', function() {
browser.get('http://localhost:<%= buildConfig.protractorPort %>/<%= relativePath %>');
});
<%= contents %>
});

View File

@ -21,7 +21,6 @@
</script>
</head>
<body ion-app>
<%= contents %>
</body>
<script>
System.import('app/main');