BUGFIX: smoke test regression due to anon button moving

This commit is contained in:
Sam 2014-05-08 14:47:16 +10:00
parent cec18aba3f
commit ffd18ca0ca
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ page.runTests = function(){
});
test("expect a log in button", function(){
return $('.current-username .btn').text() === 'Sign In';
return $('.login-button').text().trim() === 'Sign In';
});
navigate("navigate to first topic", function(){