test(input): fix e2e test from failing on clear input

This commit is contained in:
Brandy Carney
2016-05-18 17:59:54 -04:00
parent 714140b6ec
commit b42a2a4660

View File

@ -1,5 +1,4 @@
it('should clear input', function() {
element(by.css('.e2eClearInput')).click();
expect(by.css('.e2eClearInput').getText()).toEqual('');
element(by.css('.e2eClearInput .text-input-clear-icon')).click();
});