test(segment): added e2e tests for segment

Cleaned up some of the UI for the tests
This commit is contained in:
Brandy Carney
2015-10-27 15:16:37 -04:00
parent 5134d028bd
commit d8f643d340
2 changed files with 36 additions and 20 deletions

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