
committed by
Kara Erickson

parent
ebd01e8e79
commit
5649acd03f
10
aio/content/examples/forms-overview/e2e/src/app.e2e-spec.ts
Normal file
10
aio/content/examples/forms-overview/e2e/src/app.e2e-spec.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import { browser, element, by } from 'protractor';
|
||||
|
||||
describe('Forms Overview Tests', function () {
|
||||
|
||||
beforeEach(function () {
|
||||
browser.get('');
|
||||
});
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user