mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
5 lines
98 B
TypeScript
5 lines
98 B
TypeScript
|
|
it('should check Cherry', function() {
|
|
element(by.css('[value="cherry"] button')).click();
|
|
});
|