Rename Angular2Spa to AngularSpa, plus rephrase "Angular 2" as "Angular" in many places

This commit is contained in:
Steve Sanderson
2017-05-18 13:40:58 +01:00
parent a74b7aea6b
commit 85e59efa21
50 changed files with 41 additions and 41 deletions

View File

@@ -24,7 +24,7 @@ function testBasicNavigation() {
it('should initially display the home page', () => {
expect(browser.getText('h1')).to.eq('Hello, world!');
expect(browser.getText('li a[href="https://angular.io/"]')).to.eq('Angular 2');
expect(browser.getText('li a[href="https://angular.io/"]')).to.eq('Angular');
});
it('should be able to show the counter page', () => {