Skip to content

Commit 9d43d8c

Browse files
committed
stop testing with Edge in the @ALL test config
The Intern/Selenium/Edge combo has stopped working for some reason. HAR Viewer still works in Edge, but the functional tests don't run. Leave the @edge config in case you want to try specific Edge testing, but remove Edge from @ALL config.
1 parent 211ff09 commit 9d43d8c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

intern.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@
132132
"comment": "capability detection has started hanging for IE - turn off until it's working again",
133133
"browserName": "internet explorer",
134134
"fixSessionCapabilities": "no-detect"
135-
},
136-
{ "browserName": "MicrosoftEdge", "fixSessionCapabilities": "no-detect" }
135+
}
137136
]
138137
},
139138
"not-ie": {

0 commit comments

Comments
 (0)