major changes, moving around files, customizations added

This commit is contained in:
qt31415926
2015-04-12 08:08:42 -04:00
parent 70230f4e9e
commit e971a56557
31 changed files with 577 additions and 118 deletions
+7
View File
@@ -0,0 +1,7 @@
describe('angularjs chrome', function() {
it('should block site', function() {
browser.get('http://www.reddit.com');
expect(browser.getLocationAbsUrl()).not.toBe('http://www.reddit.com');
});
});