mirror of
https://github.com/farcasclaudiu/kanban2.git
synced 2026-06-28 21:01:33 +03:00
Initial commit by angular2-firebase-bootstrap generator
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { browser, element, by } from 'protractor';
|
||||
|
||||
export class ValuationJsPage {
|
||||
navigateTo() {
|
||||
return browser.get('/');
|
||||
}
|
||||
|
||||
getParagraphText() {
|
||||
return element(by.css('app-root h1')).getText();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user