Skip to content

Commit a3cc167

Browse files
committed
Remove experimentalInteractiveRunEvents from a test
This was accidentally added during d1b4d6b.
1 parent 1dba4ee commit a3cc167

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

features/reporters/messages.feature

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ Feature: messages report
121121
Given additional Cypress configuration
122122
"""
123123
{
124-
"screenshotOnRunFailure": false,
125-
"experimentalInteractiveRunEvents": true
124+
"screenshotOnRunFailure": false
126125
}
127126
"""
128127
And a file named "cypress/e2e/a.feature" with:

0 commit comments

Comments
 (0)