Mercurial > hg > ugly-duckling
view e2e/app.po.ts @ 424:bb2bc6af642b
Update lock
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 06 Jun 2017 21:36:48 +0100 |
parents | 340ce94899fd |
children |
line wrap: on
line source
import { browser, element, by } from 'protractor'; export class UglyDucklingPage { navigateTo() { return browser.get('/'); } getParagraphText() { return element(by.css('app-root h1')).getText(); } }