fix e2e dashboard create workspace test

Signed-off-by: Oleksii Orel <oorel@redhat.com>
pull/3/head
Oleksii Orel 2021-05-17 15:37:56 +03:00
parent 1dda04107c
commit 00dd1e060a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export class CreateWorkspace {
async waitPage(timeout: number = TimeoutConstants.TS_SELENIUM_LOAD_PAGE_TIMEOUT) {
Logger.debug('CreateWorkspace.waitPage');
await this.waitTitleContains('Getting Started', timeout);
await this.waitTitleContains('Create Workspace', timeout);
}
async waitSample(sampleName: string, timeout: number = TimeoutConstants.TS_COMMON_DASHBOARD_WAIT_TIMEOUT) {