fix e2e dashboard create workspace test
Signed-off-by: Oleksii Orel <oorel@redhat.com>pull/3/head
parent
1dda04107c
commit
00dd1e060a
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue