UNPKG

ngx-editor-sodo

Version:

WYSIWYG Editor for Angular Applications

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