switch padding fix

This commit is contained in:
Adam Bradley
2015-08-07 09:48:33 -05:00
parent bf286353f7
commit 898160cca2
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
it('should check apple via checkbox element click', function() {
it('should check apple via switch element click', function() {
element(by.css('#e2eAppleCheckbox')).click();
});