DEV: correct bad test

Test was unlisting a topic and then checking for the unlist info
in the whisper field
This commit is contained in:
Sam Saffron 2020-04-30 14:27:24 +10:00
parent 53e0d8fbab
commit d6df92b074
No known key found for this signature in database
GPG Key ID: B9606168D2FFD9F5

View File

@ -524,7 +524,7 @@ QUnit.test(
);
assert.ok(
find(".composer-fields .whisper")
find(".composer-fields .unlist")
.text()
.indexOf(I18n.t("composer.unlist")) > 0,
"it sets the topic to unlisted"