diff options
Diffstat (limited to 'cds-ui/client-frankfurt/e2e/src/app.po.ts')
-rw-r--r-- | cds-ui/client-frankfurt/e2e/src/app.po.ts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cds-ui/client-frankfurt/e2e/src/app.po.ts b/cds-ui/client-frankfurt/e2e/src/app.po.ts new file mode 100644 index 000000000..f8bd473c7 --- /dev/null +++ b/cds-ui/client-frankfurt/e2e/src/app.po.ts @@ -0,0 +1,11 @@ +import { browser, by, element } from 'protractor'; + +export class AppPage { + navigateTo() { + return browser.get(browser.baseUrl) as Promise<any>; + } + + // getTitleText() { + // return element(by.css('app-root .content span')).getText() as Promise<string>; + // } +} |