snapshot updates

This commit is contained in:
Adam Bradley
2015-03-30 14:18:15 -05:00
parent d1be210f9f
commit 8adcd53295
4 changed files with 6 additions and 6 deletions

View File

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