mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Rename Angular2Spa to AngularSpa, plus rephrase "Angular 2" as "Angular" in many places
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user