mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00

changed color of checkmark so lighters backgrounds would be visible & added the light example, references #689
8 lines
281 B
TypeScript
8 lines
281 B
TypeScript
|
|
it('should check apple, enable/check grape, submit form', function() {
|
|
element(by.css('[ng-control=appleCtrl] .checkbox-media')).click();
|
|
element(by.css('.e2eGrapeDisabled')).click();
|
|
element(by.css('.e2eGrapeChecked')).click();
|
|
element(by.css('.e2eSubmit')).click();
|
|
});
|