Skip to content

Commit

Permalink
chore: remove console.log from previous development
Browse files Browse the repository at this point in the history
  • Loading branch information
dnotes committed Dec 17, 2024
1 parent 0991b84 commit 9a3261b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/playwright/src/PlaywrightWorld.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ export class PlaywrightWorld extends QuickPickleWorld {
let explodedTags = this.info.explodedIdx ? `_(${this.info.tags.join(',')})` : ''
let path = opts?.name ? this.sanitizeFilepath(`${this.projectRoot}/${this.worldConfig.screenshotDir}/${opts.name}${explodedTags}.png`) : this.fullScreenshotPath
let locator = opts?.locator ?? this.page
console.log('FWAH')
return await locator.screenshot({ path, ...this.worldConfig.screenshotOpts })
}

Expand Down

0 comments on commit 9a3261b

Please sign in to comment.