Fixing a test regression

Deleted a boolean flag passed to ignore login/register links in the home page.
This commit is contained in:
Praburaj 2015-01-09 13:54:30 -08:00
parent 56d6dfeb1b
commit ce178243fc
1 changed files with 1 additions and 1 deletions

View File

@ -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);