Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Codecrew / Moya

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 30
  • Merge Requests 2
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • moya
  • code
  • moya-angular
  • e2e
  • app.po.ts
  • Aino Leppänen's avatar
    actual merge conflict resolving · ac3368d1
    Aino Leppänen committed Apr 01, 2018
    ac3368d1 Browse Files
app.po.ts 217 Bytes
BlameHistoryPermalink
Edit
1 2 3 4 5 6 7 8 9 10 11
import { browser, element, by } from 'protractor';

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

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