ionic router update

This commit is contained in:
Adam Bradley
2015-08-21 23:04:23 -05:00
parent 5b5e32ded5
commit 26e0117a3f
18 changed files with 259 additions and 681 deletions

View File

@@ -1,10 +1,6 @@
it('should check apple via checkbox element click', function() {
it('should check apple, enable/check grape, submit form', function() {
element(by.css('#e2eAppleCheckbox')).click();
});
it('should enable/check grape via buttons and submit form', function() {
element(by.css('#e2eGrapeDisabled')).click();
element(by.css('#e2eGrapeChecked')).click();
element(by.css('#e2eSubmit')).click();