Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit b968cab

Browse files
authored
chore: rename files in ngUpgrade (#3146)
1 parent de4903b commit b968cab

40 files changed

+61
-139
lines changed

public/docs/_examples/upgrade-module/e2e-spec.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('Upgrade Tests', function () {
99
setProtractorToHybridMode();
1010
});
1111

12-
describe('NG1 Auto-bootstrap', function() {
12+
describe('AngularJS Auto-bootstrap', function() {
1313

1414
beforeAll(function () {
1515
browser.get('/index-ng-app.html');
@@ -21,7 +21,7 @@ describe('Upgrade Tests', function () {
2121

2222
});
2323

24-
describe('NG1 JavaScript Bootstrap', function() {
24+
describe('AngularJS JavaScript Bootstrap', function() {
2525

2626
beforeAll(function () {
2727
browser.get('/index-bootstrap.html');
@@ -33,10 +33,10 @@ describe('Upgrade Tests', function () {
3333

3434
});
3535

36-
describe('NG1-2 Hybrid Bootstrap', function() {
36+
describe('AngularJS-Angular Hybrid Bootstrap', function() {
3737

3838
beforeAll(function () {
39-
browser.get('/index-1-2-hybrid-bootstrap.html');
39+
browser.get('/index-ajs-a-hybrid-bootstrap.html');
4040
});
4141

4242
it('bootstraps as expected', function () {
@@ -113,7 +113,7 @@ describe('Upgrade Tests', function () {
113113
describe('Downgraded component with content projection', function() {
114114

115115
beforeAll(function () {
116-
browser.get('/index-1-to-2-projection.html');
116+
browser.get('/index-ajs-to-a-projection.html');
117117
});
118118

119119
it('can be transcluded into', function () {
@@ -126,7 +126,7 @@ describe('Upgrade Tests', function () {
126126
describe('Upgraded component with transclusion', function() {
127127

128128
beforeAll(function () {
129-
browser.get('/index-2-to-1-transclusion.html');
129+
browser.get('/index-a-to-ajs-transclusion.html');
130130
});
131131

132132
it('can be projected into', function () {
@@ -136,10 +136,10 @@ describe('Upgrade Tests', function () {
136136
});
137137

138138

139-
describe('Upgrading NG1 Providers', function() {
139+
describe('Upgrading AngularJS Providers', function() {
140140

141141
beforeAll(function () {
142-
browser.get('/index-1-to-2-providers.html');
142+
browser.get('/index-ajs-to-a-providers.html');
143143
});
144144

145145
it('works', function () {
@@ -149,10 +149,10 @@ describe('Upgrade Tests', function () {
149149
});
150150

151151

152-
describe('Downgrading NG2 Providers', function() {
152+
describe('Downgrading Angular Providers', function() {
153153

154154
beforeAll(function () {
155-
browser.get('/index-2-to-1-providers.html');
155+
browser.get('/index-a-to-ajs-providers.html');
156156
});
157157

158158
it('works', function () {

0 commit comments

Comments
 (0)