Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Ajit Thakor / bo-livebillionbet-ui

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • bo-livebillionbet-ui
  • e2e
  • app.po.ts
  • Ajit Thakor's avatar
    initial commit · eb652b32
    Ajit Thakor committed May 24, 2019
    eb652b32
app.po.ts 208 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11
import { browser, by, element } from 'protractor';

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

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