mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
10 lines
340 B
JavaScript
10 lines
340 B
JavaScript
describe('<%= relativePathBackwardsCompatibility %>: <%= platform %>', function() {
|
|
|
|
it('should init', function() {
|
|
browser.get('http://localhost:<%= buildConfig.protractorPort %>/dist/e2e/<%= relativePath %>/index.html?ionicplatform=<%= platform %>&ionicOverlayCreatedDiff=0&ionicanimate=false&snapshot=true');
|
|
});
|
|
|
|
<%= contents %>
|
|
|
|
});
|