Skip to content

Commit 3e6dbeb

Browse files
committed
[dotnet] switch tests back to v141 until v142 is released
1 parent 9829448 commit 3e6dbeb

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

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 = V142;
28+
using CurrentCdpVersion = V141;
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 = V142;
28+
using CurrentCdpVersion = V141;
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 = V142;
28+
using CurrentCdpVersion = V141;
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 = V142;
25+
using CurrentCdpVersion = V141;
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 = V142;
27+
using CurrentCdpVersion = V141;
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 = V142;
28+
using CurrentCdpVersion = V141;
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 = V142;
25+
using CurrentCdpVersion = V141;
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 = V142;
28+
using CurrentCdpVersion = V141;
2929

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

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

0 commit comments

Comments
 (0)