mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Diable more cef tests
This commit is contained in:
parent
fefc804759
commit
87bc6388f3
@ -11,6 +11,7 @@ namespace Wabbajack.Test
|
|||||||
[TestClass]
|
[TestClass]
|
||||||
public class WebAutomationTests
|
public class WebAutomationTests
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
public async Task TestBasicNavigation()
|
public async Task TestBasicNavigation()
|
||||||
{
|
{
|
||||||
@ -30,5 +31,6 @@ namespace Wabbajack.Test
|
|||||||
Assert.IsTrue((await w.GetAttr("a.input", "href")).StartsWith("http://"));
|
Assert.IsTrue((await w.GetAttr("a.input", "href")).StartsWith("http://"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user