mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:09:00 +08: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…
Reference in New Issue
Block a user