mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
BUGFIX: smoke test regression due to anon button moving
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user