This commit is contained in:
Tim Lancina
2015-07-20 14:25:14 -05:00
parent 7ed53a4e7f
commit f796deb581
4 changed files with 99 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
describe('<%= relativePath %>: <%= platform %>', function() {
it('should init', function() {
browser.get('http://localhost:<%= buildConfig.protractorPort %>/e2e/<%= relativePath %>/index.html?ionicplatform=<%= platform %>');
browser.get('http://localhost:<%= buildConfig.protractorPort %>/dist/e2e/<%= relativePath %>/index.html?ionicplatform=<%= platform %>');
});
<%= contents %>