|
|
@ -116,11 +116,9 @@ export class DashboardPage extends BasePage { |
|
|
|
|
|
|
|
|
|
|
|
if (mode === 'standard') { |
|
|
|
if (mode === 'standard') { |
|
|
|
if (title === 'Team & Auth') { |
|
|
|
if (title === 'Team & Auth') { |
|
|
|
await expect(this.rootPage).toHaveURL( |
|
|
|
await expect(this.rootPage).toHaveURL(`/#/nc/${this.project.id}/auth`); |
|
|
|
`/#/nc/${this.project.id}/auth` |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
} else { |
|
|
|
} else { |
|
|
|
await expect(this.rootPage).toHaveURL(new RegExp(`#\/nc\/${this.project.id}\/table\/md_.{14}`)); |
|
|
|
await expect(this.rootPage).toHaveURL(new RegExp(`#/nc/${this.project.id}/table/md_.{14}`)); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|