DEV: Correct test following 7af72804 (#29463)

Looks like the test was previously asserting the broken behaviour 🤦‍♂️
This commit is contained in:
David Taylor 2024-10-29 10:47:57 +00:00 committed by GitHub
parent a1c9486e3f
commit 336d98732d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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");
});