ionic-framework
Version:
12 lines (8 loc) • 312 B
JavaScript
describe('radio/test/basic: android', function() {
it('should init', function() {
browser.get('http://localhost:8876/dist/e2e/radio/test/basic/index.html?ionicplatform=android&ionicanimate=false&snapshot=true');
});
it('should check Cherry', function () {
element(by.css('.e2eCherry')).click();
});
});