@@ -9,7 +9,7 @@ describe('Upgrade Tests', function () {
9
9
setProtractorToHybridMode ( ) ;
10
10
} ) ;
11
11
12
- describe ( 'NG1 Auto-bootstrap' , function ( ) {
12
+ describe ( 'AngularJS Auto-bootstrap' , function ( ) {
13
13
14
14
beforeAll ( function ( ) {
15
15
browser . get ( '/index-ng-app.html' ) ;
@@ -21,7 +21,7 @@ describe('Upgrade Tests', function () {
21
21
22
22
} ) ;
23
23
24
- describe ( 'NG1 JavaScript Bootstrap' , function ( ) {
24
+ describe ( 'AngularJS JavaScript Bootstrap' , function ( ) {
25
25
26
26
beforeAll ( function ( ) {
27
27
browser . get ( '/index-bootstrap.html' ) ;
@@ -33,10 +33,10 @@ describe('Upgrade Tests', function () {
33
33
34
34
} ) ;
35
35
36
- describe ( 'NG1-2 Hybrid Bootstrap' , function ( ) {
36
+ describe ( 'AngularJS-Angular Hybrid Bootstrap' , function ( ) {
37
37
38
38
beforeAll ( function ( ) {
39
- browser . get ( '/index-1-2 -hybrid-bootstrap.html' ) ;
39
+ browser . get ( '/index-ajs-a -hybrid-bootstrap.html' ) ;
40
40
} ) ;
41
41
42
42
it ( 'bootstraps as expected' , function ( ) {
@@ -113,7 +113,7 @@ describe('Upgrade Tests', function () {
113
113
describe ( 'Downgraded component with content projection' , function ( ) {
114
114
115
115
beforeAll ( function ( ) {
116
- browser . get ( '/index-1 -to-2 -projection.html' ) ;
116
+ browser . get ( '/index-ajs -to-a -projection.html' ) ;
117
117
} ) ;
118
118
119
119
it ( 'can be transcluded into' , function ( ) {
@@ -126,7 +126,7 @@ describe('Upgrade Tests', function () {
126
126
describe ( 'Upgraded component with transclusion' , function ( ) {
127
127
128
128
beforeAll ( function ( ) {
129
- browser . get ( '/index-2 -to-1 -transclusion.html' ) ;
129
+ browser . get ( '/index-a -to-ajs -transclusion.html' ) ;
130
130
} ) ;
131
131
132
132
it ( 'can be projected into' , function ( ) {
@@ -136,10 +136,10 @@ describe('Upgrade Tests', function () {
136
136
} ) ;
137
137
138
138
139
- describe ( 'Upgrading NG1 Providers' , function ( ) {
139
+ describe ( 'Upgrading AngularJS Providers' , function ( ) {
140
140
141
141
beforeAll ( function ( ) {
142
- browser . get ( '/index-1 -to-2 -providers.html' ) ;
142
+ browser . get ( '/index-ajs -to-a -providers.html' ) ;
143
143
} ) ;
144
144
145
145
it ( 'works' , function ( ) {
@@ -149,10 +149,10 @@ describe('Upgrade Tests', function () {
149
149
} ) ;
150
150
151
151
152
- describe ( 'Downgrading NG2 Providers' , function ( ) {
152
+ describe ( 'Downgrading Angular Providers' , function ( ) {
153
153
154
154
beforeAll ( function ( ) {
155
- browser . get ( '/index-2 -to-1 -providers.html' ) ;
155
+ browser . get ( '/index-a -to-ajs -providers.html' ) ;
156
156
} ) ;
157
157
158
158
it ( 'works' , function ( ) {
0 commit comments