mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05: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