Skip to content

Commit

Permalink
Update Playwright.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Jun 25, 2023
1 parent 700fa6c commit c7ef715
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/helper/Playwright.js
Original file line number Diff line number Diff line change
Expand Up @@ -2135,7 +2135,6 @@ class Playwright extends Helper {

if (url.startsWith('/')) { // local url
url = this.options.url + url;
console.log('url is', url)
this.debugSection('URL', url);
}

Expand Down

0 comments on commit c7ef715

Please sign in to comment.