Skip to content

Commit

Permalink
Remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
farmaazon committed Nov 21, 2024
1 parent 6075530 commit b91e7c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/gui/e2e/project-view/customExpect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ export const expect = baseExpect.extend({
try {
await expect(locator.first()).toBeVisible()
pass = true
} catch (e) {
console.log(e)
} catch {
pass = false
}

Expand Down

0 comments on commit b91e7c4

Please sign in to comment.