BUGFIX: smoke test regression due to anon button moving
This commit is contained in:
parent
cec18aba3f
commit
ffd18ca0ca
|
@ -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(){
|
||||
|
|
Loading…
Reference in New Issue