mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(segment): added e2e tests for segment
Cleaned up some of the UI for the tests
This commit is contained in:
12
ionic/components/segment/test/basic/e2e.ts
Normal file
12
ionic/components/segment/test/basic/e2e.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
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();
|
||||
});
|
||||
Reference in New Issue
Block a user