mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
BUGFIX: smoke test regression due to anon button moving
This commit is contained in:
parent
cec18aba3f
commit
ffd18ca0ca
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ page.runTests = function(){
|
||||||
});
|
});
|
||||||
|
|
||||||
test("expect a log in button", 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(){
|
navigate("navigate to first topic", function(){
|
||||||
|
|
Loading…
Reference in a new issue