mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
test(input): fix e2e test from failing on clear input
This commit is contained in:
@ -1,5 +1,4 @@
|
|||||||
|
|
||||||
it('should clear input', function() {
|
it('should clear input', function() {
|
||||||
element(by.css('.e2eClearInput')).click();
|
element(by.css('.e2eClearInput .text-input-clear-icon')).click();
|
||||||
expect(by.css('.e2eClearInput').getText()).toEqual('');
|
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user