File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
IntegrationTests/BrowserTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public class BrowserData : IEnumerable<object[]>
1414 private readonly List < object [ ] > _data = new List < object [ ] >
1515 {
1616 new object [ ] { new ChromeConfig ( ) , DriverType . Chrome } ,
17- new object [ ] { new EdgeConfig ( ) , DriverType . Edge } ,
17+ // new object[] {new EdgeConfig(), DriverType.Edge},
1818 new object [ ] { new FirefoxConfig ( ) , DriverType . Firefox } ,
1919 new object [ ] { new IEConfig ( ) , DriverType . IE } ,
2020 new object [ ] { new OperaConfig ( ) , DriverType . Opera } ,
@@ -37,7 +37,7 @@ public class BrowserTests : IDisposable
3737 private IWebDriver _webDriver ;
3838
3939 [ Theory , ClassData ( typeof ( BrowserData ) ) ]
40- protected void VersionTest ( IDriverConfig driverConfig , DriverType driverType )
40+ protected void BrowserTest ( IDriverConfig driverConfig , DriverType driverType )
4141 {
4242 new DriverManager ( ) . SetUpDriver ( driverConfig ) ;
4343 _webDriver = new DriverCreator ( ) . Create ( driverType ) ;
You can’t perform that action at this time.
0 commit comments