Commit b56702e
Removed unnecessary chrome switches (#8388)
<!--
Thank you for your contribution.
Before making a PR, please read our contributing guidelines at
https://github.com/DevExpress/testcafe/blob/master/CONTRIBUTING.md#code-contribution
We recommend creating a *draft* PR, so that you can mark it as 'ready
for review' when you are done.
-->
## Purpose
Remove flags:
'--disable-client-side-phishing-detection', - Removed in
[HERE](https://issues.chromium.org/issues/41099515)
'--disable-infobars', - Removed in
[HERE](https://chromium.googlesource.com/chromium/src/+/d869ab3350d8ebd95222b4a47adf87ce3d3214b1)
'--password-store=basic',
'--use-mock-keychain',
Tried to remove:
'--enable-automation' (resize tests failed without it)
## Approach
_Describe how your changes address the issue or implement the desired
functionality in as much detail as possible._
## References
Closes DevExpress/testcafe-private#549
## Pre-Merge TODO
- [ ] Write tests for your proposed changes
- [ ] Make sure that existing tests do not fail
---------
Co-authored-by: Bayheck <[email protected]>1 parent c95923e commit b56702e
File tree
1 file changed
+0
-5
lines changed- src/browser/provider/built-in/dedicated/chrome
1 file changed
+0
-5
lines changedLines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | | - | |
18 | 16 | | |
19 | | - | |
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
| |||
26 | 23 | | |
27 | 24 | | |
28 | 25 | | |
29 | | - | |
30 | | - | |
31 | 26 | | |
32 | 27 | | |
33 | 28 | | |
| |||
0 commit comments