UNPKG

cordova-plugin-background-upload-put-s3

Version:
12 lines (9 loc) 202 B
import { browser, by, element } from 'protractor'; export class AppPage { navigateTo() { return browser.get('/'); } getPageTitle() { return element(by.css('ion-title')).getText(); } }