mirror of
https://github.com/wassname/mad.git
synced 2026-08-08 11:21:49 +08:00
8 lines
207 B
JavaScript
8 lines
207 B
JavaScript
describe('angularjs chrome', function() {
|
|
it('should block site', function() {
|
|
browser.get('http://www.reddit.com');
|
|
expect(browser.getLocationAbsUrl()).not.toBe('http://www.reddit.com');
|
|
|
|
});
|
|
});
|