Add missing insulated disablePreviews tags to webUI feature files #34715
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
While investigating issue #34689 I noticed that some webUI feature files did not have the "standard" tags:
insulated
- behat-mink-selenium will restart the browser between each scenario - gives better isolationdisablePreviews
- when not doing tests that check for previews display, avoids the slowness of previews being constantly generated and slowly drawing up on the UI (not always directly relevant to particular tests, but does reduce the "noise" as the test logs in and the files page is displayed)Make all the webUI feature files consistent. And it might help the issue.
Related Issue
#34689
Motivation and Context
How Has This Been Tested?
CI
Types of changes
Checklist:
Open tasks: