We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714140b commit b42a2a4Copy full SHA for b42a2a4
ionic/components/input/test/clear-input/e2e.ts
@@ -1,5 +1,4 @@
1
2
it('should clear input', function() {
3
- element(by.css('.e2eClearInput')).click();
4
- expect(by.css('.e2eClearInput').getText()).toEqual('');
+ element(by.css('.e2eClearInput .text-input-clear-icon')).click();
5
});
0 commit comments