test: fix e2e tests for toggle and checkbox

This commit is contained in:
Brandy Carney
2016-02-13 13:30:41 -05:00
parent 7249cb39c6
commit 2b9db258da
2 changed files with 2 additions and 2 deletions

View File

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