Files
Brandy Carney c98867493a refactor(segment): fixed border width with more than 3 buttons
Added another toolbar with 3 segments for testing and in order to fix
the width on iOS, references #356
2015-10-27 17:47:55 -04:00

17 lines
410 B
TypeScript

it('friends should be selected', function() {
element(by.css('.e2eSegmentFriends')).click();
});
it('standard should be selected', function() {
element(by.css('.e2eSegmentStandard')).click();
});
it('model c should be selected', function() {
element(by.css('.e2eSegmentModelC')).click();
});
it('top grossing should be selected', function() {
element(by.css('.e2eSegmentTopGrossing')).click();
});