mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
DEV: Restore { visible: true } for login button in smoke test
This was removed erroneously in 38b4e3b5a7
This commit is contained in:
parent
38b4e3b5a7
commit
50357b161e
|
@ -126,7 +126,7 @@ const path = require("path");
|
|||
});
|
||||
|
||||
await exec("expect a log in button in the header", () => {
|
||||
return page.waitForSelector("header .login-button");
|
||||
return page.waitForSelector("header .login-button", { visible: true });
|
||||
});
|
||||
|
||||
if (process.env.LOGIN_AT_BEGINNING) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user