Skip to content

Commit 0b1b4b6

Browse files
committed
Rule meta data - recommended off
1 parent 97d75ff commit 0b1b4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/assertion-before-screenshot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
docs: {
2525
description: 'Assert on the page state before taking a screenshot, so the screenshot is consistent',
2626
category: 'Possible Errors',
27-
recommended: true,
27+
recommended: false,
2828
},
2929
schema: [],
3030
messages: {

0 commit comments

Comments
 (0)