mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
9 lines
209 B
TypeScript
9 lines
209 B
TypeScript
|
|
it('existing should be selected', function() {
|
|
element(by.css('.e2eSegmentExistingSegment')).click();
|
|
});
|
|
|
|
it('test should be selected', function() {
|
|
element(by.css('.e2eSegmentTestButton')).click();
|
|
});
|