UNPKG

gun-flint

Version:

Micro-framework for building Gun adapters

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