fix userinfo e2e (#5343)

This commit is contained in:
Eugenio Romano
2019-12-19 12:42:35 +00:00
committed by GitHub
parent 2013e5a6b0
commit af51977db4
2 changed files with 13 additions and 15 deletions

View File

@@ -62,6 +62,11 @@ export class UserInfoPage {
await tabsPage.checkTabIsSelectedByTitle('Process Services');
}
async checkContentServicesTabIsSelected(): Promise<void> {
const tabsPage = new TabsPage;
await tabsPage.checkTabIsSelectedByTitle('Content Services');
}
async clickOnProcessServicesTab(): Promise<void> {
const tabsPage = new TabsPage;
await tabsPage.clickTabByTitle('Process Services');