mirror of
https://github.com/wassname/mad.git
synced 2026-08-11 11:21:14 +08:00
major changes, moving around files, customizations added
This commit is contained in:
@@ -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');
|
||||
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user