File

e2e/src/app.po.ts

Index

Methods

Methods

getParagraphText
getParagraphText()
Returns : any
navigateTo
navigateTo()
Returns : any
import { browser, by, element } from 'protractor';

export class APage {
  navigateTo() {
    return browser.get('/');
  }

  getParagraphText() {
    return element(by.css('app-root h1')).getText();
  }
}

result-matching ""

    No results matching ""