UNPKG

@gbase/ng-pwa-shell

Version:

PWA Template with Material UI built on Angular 6. Includes common & core utilities to jump start

12 lines (9 loc) 208 B
import { browser, by, element } from 'protractor'; export class AppPage { navigateTo() { return browser.get('/'); } getParagraphText() { return element(by.css('app-root h1')).getText(); } }