Skip to content

Commit

Permalink
test: enable pattern (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash authored Jun 5, 2024
1 parent 233eaed commit da7812e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/visual.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test.describe('Visual Tests', () => {
} else {
eyes.setBatch(username() + ' is testing openbus ' + new Date().toLocaleString().split(',')[0])
}
eyes.getConfiguration().setUseDom(true)
eyes.getConfiguration().setUseDom(true).setEnablePatterns(true)
eyes.setParentBranchName('main')
eyes.setBranchName((await getBranch()) || 'main')
})
Expand Down

0 comments on commit da7812e

Please sign in to comment.