mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
11 lines
336 B
TypeScript
11 lines
336 B
TypeScript
|
|
it('friends and standard should be selected', function() {
|
|
element(by.css('.e2eSegmentFriends')).click();
|
|
element(by.css('.e2eSegmentStandard')).click();
|
|
});
|
|
|
|
it('model c and top grossing should be selected', function() {
|
|
element(by.css('.e2eSegmentModelC')).click();
|
|
element(by.css('.e2eSegmentTopGrossing')).click();
|
|
});
|