From ed64b5edff15e702493df21aa3230b81593e6133 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Fri, 9 Jun 2017 03:19:04 +0300 Subject: [SDC-29] catalog 1707 rebase commit. Change-Id: I43c3dc5cf44abf5da817649bc738938a3e8388c1 Signed-off-by: Michael Lando --- catalog-ui/e2e/app.po.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 catalog-ui/e2e/app.po.ts (limited to 'catalog-ui/e2e/app.po.ts') diff --git a/catalog-ui/e2e/app.po.ts b/catalog-ui/e2e/app.po.ts new file mode 100644 index 0000000000..8084cae329 --- /dev/null +++ b/catalog-ui/e2e/app.po.ts @@ -0,0 +1,11 @@ +import { browser, element, by } from 'protractor'; + +export class CatalogUiPage { + navigateTo() { + return browser.get('/'); + } + + getParagraphText() { + return element(by.css('app-root h1')).getText(); + } +} -- cgit 1.2.3-korg