mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 19:29:34 +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} .select-box-collection .select-box-row[title=tracking]`);
|
||||
click(`${notificationOptions} .select-box-collection .select-box-row[title=Tracking]`);
|
||||
|
||||
andThen(() => {
|
||||
assert.ok(
|
||||
|
Reference in New Issue
Block a user