mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +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() {
|
||||
element(by.css('.e2eClearInput')).click();
|
||||
expect(by.css('.e2eClearInput').getText()).toEqual('');
|
||||
element(by.css('.e2eClearInput .text-input-clear-icon')).click();
|
||||
});
|
||||
|
Reference in New Issue
Block a user