This commit is contained in:
Adam Bradley
2015-03-24 09:32:39 -05:00
parent 740c7b9b12
commit 6fdc9515d6
8 changed files with 275 additions and 10 deletions

View File

@ -0,0 +1,6 @@
describe('Protractor Demo App', function() {
it('should just be', function() {
browser.get('http://localhost:8876/examples/button/button-block/');
});
});