Skip to content

Commit

Permalink
Updated logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Nov 25, 2024
1 parent 315c9e6 commit 08915ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/page_objects/profile.po.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 08915ed

Please sign in to comment.