make snapshot e2e tests work, except main.js/main.html only

This commit is contained in:
Andrew
2015-03-27 13:28:17 -06:00
parent b660777ffa
commit 013e94d5b2
10 changed files with 70 additions and 26 deletions

View File

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