Fixing a test regression
Deleted a boolean flag passed to ignore login/register links in the home page.
This commit is contained in:
parent
56d6dfeb1b
commit
ce178243fc
|
|
@ -75,7 +75,7 @@ namespace E2ETests
|
|||
}
|
||||
}
|
||||
|
||||
VerifyHomePage(response, responseContent);
|
||||
VerifyHomePage(response, responseContent, true);
|
||||
|
||||
//Check if the user name appears in the page
|
||||
Assert.Contains(string.Format("{0}\\{1}", Environment.UserDomainName, Environment.UserName), responseContent, StringComparison.OrdinalIgnoreCase);
|
||||
|
|
|
|||
Loading…
Reference in New Issue