FIX: select-kit components not being hidden.

This commit is contained in:
Guo Xiang Tan
2020-06-04 21:33:57 +08:00
committed by Alan Guo Xiang Tan
parent ad447677ed
commit 52580605d8
4 changed files with 3 additions and 6 deletions

View File

@@ -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();