mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 00:05:31 +00:00
DEV: Correct test following 7af72804 (#29463)
Looks like the test was previously asserting the broken behaviour 🤦♂️
This commit is contained in:
parent
a1c9486e3f
commit
336d98732d
@ -393,7 +393,7 @@ acceptance("User - Logout", function (needs) {
|
||||
.doesNotExist("no cancel button present");
|
||||
assert
|
||||
.dom(".dialog-footer .btn-primary")
|
||||
.hasText(I18n.t("house"), "primary dialog button is present");
|
||||
.hasText(I18n.t("home"), "primary dialog button is present");
|
||||
|
||||
await click(".dialog-overlay");
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user