Removed Edge browser from integration testing

This commit is contained in:
Nanne Baars 2016-09-22 07:47:31 +02:00
parent bc0fb38b4d
commit a0f1bc16ce

View File

@ -156,7 +156,7 @@ public class WebGoatIT implements SauceOnDemandSessionIdProvider {
//browsers.add(new String[]{"Windows 8.1", "11", "internet explorer", null, null}); //browsers.add(new String[]{"Windows 8.1", "11", "internet explorer", null, null});
// windows 10, Microsoft Edge Browser // windows 10, Microsoft Edge Browser
browsers.add(new String[]{"Windows 10", "20.10240", "microsoftedge", null, null}); //browsers.add(new String[]{"Windows 10", "20.10240", "microsoftedge", null, null});
// OS X 10.9, Safari 7 // OS X 10.9, Safari 7
//browsers.add(new String[]{"OSX 10.9", "7", "safari", null, null}); //browsers.add(new String[]{"OSX 10.9", "7", "safari", null, null});