Mercurial > hg > ugly-duckling
view e2e/app.po.ts @ 484:ae96db60f25c
Move extraction toggle button back to right edge.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Mon, 03 Jul 2017 20:32:51 +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(); } }