ionic-framework
Version:
15 lines (11 loc) • 438 B
JavaScript
describe('segment/test/nav: android', function() {
it('should init', function() {
browser.get('http://localhost:8876/dist/e2e/segment/test/nav/index.html?ionicplatform=android&ionicanimate=false&snapshot=true');
});
it('existing should be selected', function () {
element(by.css('.e2eSegmentExistingSegment')).click();
});
it('test should be selected', function () {
element(by.css('.e2eSegmentTestButton')).click();
});
});