refactor(NavController): restructuring and perf improvements

This commit is contained in:
Adam Bradley
2015-10-29 14:37:49 -05:00
parent cd4f683ce5
commit 36f82b2473
45 changed files with 592 additions and 887 deletions

View File

@@ -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();
});