Files
2016-01-27 08:09:37 -06:00

5 lines
98 B
TypeScript

it('should check Cherry', function() {
element(by.css('[value="cherry"] button')).click();
});