Files
2015-08-06 15:51:07 -05:00

9 lines
170 B
TypeScript

it('should check Banana', function() {
element(by.css('#e2eBanana')).click();
});
it('should check Cherry', function() {
element(by.css('#e2eCherry')).click();
});