feat(aio): add e2e (#15976)

PR Close #15976
This commit is contained in:
Filipe Silva
2017-04-13 22:35:13 +01:00
committed by Miško Hevery
parent 9f66c9c1d1
commit bfd5f27525
40 changed files with 500 additions and 138 deletions

View File

@ -1,10 +1,9 @@
'use strict'; // necessary for node!
import { browser, element, by, protractor, ElementFinder, ElementArrayFinder } from 'protractor';
import { appLang, describeIf } from '../protractor-helpers';
// THESE TESTS ARE INCOMPLETE
describeIf(appLang.appIsTs || appLang.appIsJs, 'Form Validation Tests', function () {
describe('Form Validation Tests', function () {
beforeAll(function () {
browser.get('');