Fixed test
This commit is contained in:
parent
33cc8b06c9
commit
146cf8e095
|
|
@ -156,7 +156,7 @@ namespace E2ETests
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Assert.Equal(HttpStatusCode.Forbidden, response.StatusCode);
|
await ThrowIfResponseStatusNotOk(response);
|
||||||
var responseContent = await response.Content.ReadAsStringAsync();
|
var responseContent = await response.Content.ReadAsStringAsync();
|
||||||
ValidateLayoutPage(responseContent);
|
ValidateLayoutPage(responseContent);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue