refactor(switch): changed some of the markup and flattened the css

references #689
This commit is contained in:
Brandy Carney
2015-12-08 11:29:09 -05:00
parent 329007c716
commit 2b6aa10e05
4 changed files with 102 additions and 103 deletions

View File

@@ -1,6 +1,6 @@
it('should check apple via switch element click', function() {
element(by.css('[ng-control=appleCtrl] media-switch')).click();
element(by.css('[ng-control=appleCtrl] .switch-media')).click();
});