mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: select-kit components not being hidden.
This commit is contained in:
committed by
Alan Guo Xiang Tan
parent
ad447677ed
commit
52580605d8
@@ -177,6 +177,7 @@ QUnit.test("hide component if no content", async assert => {
|
||||
await composerActions.selectRowByValue("reply_as_private_message");
|
||||
|
||||
assert.ok(composerActions.el().hasClass("is-hidden"));
|
||||
assert.equal(composerActions.el().children().length, 0);
|
||||
|
||||
await click("button#create-topic");
|
||||
await composerActions.expand();
|
||||
|
||||
Reference in New Issue
Block a user