Skip to content

Commit ff6da8c

Browse files
committed
Revert "[dotnet] Running DevTools tests with 136"
This reverts commit 7ad8dff. Revert "[dotnet] Running DevTools tests with 136" This reverts commit 920b95f.
1 parent 0c78810 commit ff6da8c

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

dotnet/test/common/CustomDriverConfigs/StableChannelChromeDriver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ public StableChannelChromeDriver(ChromeDriverService service, ChromeOptions opti
3939

4040
public static ChromeOptions DefaultOptions
4141
{
42-
get { return new ChromeOptions() { BrowserVersion = "136" }; }
42+
get { return new ChromeOptions() { BrowserVersion = "137" }; }
4343
}
4444
}

dotnet/test/common/DevTools/DevToolsConsoleTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
namespace OpenQA.Selenium.DevTools;
2727

28-
using CurrentCdpVersion = V136;
28+
using CurrentCdpVersion = V137;
2929

3030
[TestFixture]
3131
public class DevToolsConsoleTest : DevToolsTestFixture

dotnet/test/common/DevTools/DevToolsLogTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
namespace OpenQA.Selenium.DevTools;
2727

28-
using CurrentCdpVersion = V136;
28+
using CurrentCdpVersion = V137;
2929

3030
[TestFixture]
3131
public class DevToolsLogTest : DevToolsTestFixture

dotnet/test/common/DevTools/DevToolsNetworkTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
namespace OpenQA.Selenium.DevTools;
2727

28-
using CurrentCdpVersion = V136;
28+
using CurrentCdpVersion = V137;
2929

3030
[TestFixture]
3131
public class DevToolsNetworkTest : DevToolsTestFixture

dotnet/test/common/DevTools/DevToolsPerformanceTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
namespace OpenQA.Selenium.DevTools;
2424

25-
using CurrentCdpVersion = V136;
25+
using CurrentCdpVersion = V137;
2626

2727
[TestFixture]
2828
public class DevToolsPerformanceTest : DevToolsTestFixture

dotnet/test/common/DevTools/DevToolsProfilerTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
namespace OpenQA.Selenium.DevTools;
2626

27-
using CurrentCdpVersion = V136;
27+
using CurrentCdpVersion = V137;
2828

2929
[TestFixture]
3030
public class DevToolsProfilerTest : DevToolsTestFixture

dotnet/test/common/DevTools/DevToolsSecurityTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
namespace OpenQA.Selenium.DevTools;
2727

28-
using CurrentCdpVersion = V136;
28+
using CurrentCdpVersion = V137;
2929

3030
[TestFixture]
3131
public class DevToolsSecurityTest : DevToolsTestFixture

dotnet/test/common/DevTools/DevToolsTabsTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
namespace OpenQA.Selenium.DevTools;
2424

25-
using CurrentCdpVersion = V136;
25+
using CurrentCdpVersion = V137;
2626

2727
[TestFixture]
2828
public class DevToolsTabsTest : DevToolsTestFixture

dotnet/test/common/DevTools/DevToolsTargetTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525

2626
namespace OpenQA.Selenium.DevTools;
2727

28-
using CurrentCdpVersion = V136;
28+
using CurrentCdpVersion = V137;
2929

3030
[TestFixture]
3131
public class DevToolsTargetTest : DevToolsTestFixture
3232
{
33-
private int id = 136;
33+
private int id = 137;
3434

3535
[Test]
3636
[IgnoreBrowser(Selenium.Browser.IE, "IE does not support Chrome DevTools Protocol")]

0 commit comments

Comments
 (0)