mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
FEATURE: support for multi-combo-box
This commit is contained in:
@ -28,8 +28,8 @@ QUnit.test("Updating topic notification level", assert => {
|
||||
);
|
||||
});
|
||||
|
||||
expandSelectBox(notificationOptions);
|
||||
selectBoxSelectRow("3", { selector: notificationOptions});
|
||||
expandSelectBoxKit(notificationOptions);
|
||||
selectBoxKitSelectRow("3", { selector: notificationOptions});
|
||||
|
||||
andThen(() => {
|
||||
assert.equal(
|
||||
|
Reference in New Issue
Block a user