mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
FIX: Don't hardcode text in smoke test.
This commit is contained in:
parent
6a746c931a
commit
330338af3a
@ -140,8 +140,8 @@ function run() {
|
||||
|
||||
var runTests = function() {
|
||||
|
||||
test("expect a log in button", function() {
|
||||
return $(".login-button").text().trim() === "Log In";
|
||||
test("expect a log in button in the header", function() {
|
||||
return $("header .login-button").length;
|
||||
});
|
||||
|
||||
execAsync("go to latest page", 500, function(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user