We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cbc99 commit e296c75Copy full SHA for e296c75
test/index.js
@@ -20,7 +20,7 @@ const looksSame = promisify(require('looks-same'))
20
21
describe('.screenshot', () => {
22
describe('format', () => {
23
- it.only('png', async () => {
+ it('png', async () => {
24
const browserless = createBrowserless()
25
const tmp = await browserless.screenshot('http://example.com')
26
const isEqual = await looksSame('test/example.png', tmp.path)
0 commit comments