mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
slightly better test equality in web remoting tests
This commit is contained in:
parent
6126f3db8b
commit
e3c9b5264b
@ -21,7 +21,7 @@ namespace Wabbajack.Test
|
||||
using (var w = await Driver.Create())
|
||||
{
|
||||
await w.NavigateTo(new Uri("http://www.google.com"));
|
||||
Assert.AreEqual(new Uri("https://www.google.com"), await w.GetLocation());
|
||||
Assert.AreEqual("www.google.com", (await w.GetLocation()).Host);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user