mirror of
https://github.com/discourse/discourse.git
synced 2025-05-26 12:05:25 +08:00
fix broken spec
This commit is contained in:
@ -29,7 +29,7 @@ QUnit.test("Updating topic notification level", assert => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
click(`${notificationOptions} .tracking`);
|
click(`${notificationOptions} .tracking`);
|
||||||
click(`${notificationOptions} .select-box-collection .select-box-row[title=tracking]`);
|
click(`${notificationOptions} .select-box-collection .select-box-row[title=Tracking]`);
|
||||||
|
|
||||||
andThen(() => {
|
andThen(() => {
|
||||||
assert.ok(
|
assert.ok(
|
||||||
|
Reference in New Issue
Block a user