Skip to content

Commit b42a2a4

Browse files
committed
test(input): fix e2e test from failing on clear input
1 parent 714140b commit b42a2a4

File tree

1 file changed

+1
-2
lines changed
  • ionic/components/input/test/clear-input

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

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

0 commit comments

Comments
 (0)