mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(NavController): restructuring and perf improvements
This commit is contained in:
@@ -1,16 +1,10 @@
|
||||
|
||||
it('friends should be selected', function() {
|
||||
it('friends and standard should be selected', function() {
|
||||
element(by.css('.e2eSegmentFriends')).click();
|
||||
element(by.css('.e2eSegmentStandard')).click();
|
||||
});
|
||||
|
||||
it('standard should be selected', function() {
|
||||
element(by.css('.e2eSegmentStandard')).click();
|
||||
});
|
||||
|
||||
it('model c should be selected', function() {
|
||||
it('model c and top grossing should be selected', function() {
|
||||
element(by.css('.e2eSegmentModelC')).click();
|
||||
});
|
||||
|
||||
it('top grossing should be selected', function() {
|
||||
element(by.css('.e2eSegmentTopGrossing')).click();
|
||||
element(by.css('.e2eSegmentTopGrossing')).click();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user