diff --git a/tests/page_objects/profile.po.ts b/tests/page_objects/profile.po.ts index 3162af4a20..7178548ad7 100644 --- a/tests/page_objects/profile.po.ts +++ b/tests/page_objects/profile.po.ts @@ -26,7 +26,7 @@ export class ProfilePage { } async goto() { - console.log('Goto Profile Page'); + console.log(`Goto Profile Page - ${this.baseURL}/#/userinfo`); await this.page.goto(`${this.baseURL}/#/userinfo`, { waitUntil: 'networkidle' }); console.log(this.page.url()); await this.page.waitForSelector(Util.by_data_test_id_str("profile_information"))