Ajout exo protractor
This commit is contained in:
13
javascript/angular/exercices/protractor/test/todomvc-spec.js
vendored
Normal file
13
javascript/angular/exercices/protractor/test/todomvc-spec.js
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
describe('TodoMVC spec', function() {
|
||||
|
||||
it('should navigate to TodoMVC/Angular', function() {
|
||||
|
||||
// Documentation API: http://angular.github.io/protractor/#/api
|
||||
|
||||
browser.get('http://todomvc.com/examples/angularjs/');
|
||||
|
||||
expect(browser.getCurrentUrl()).toBe('http://todomvc.com/examples/angularjs/#/');
|
||||
|
||||
});
|
||||
|
||||
});
|
Reference in New Issue
Block a user