mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Replaces all notification-options like dropdowns with select-box
This commit is contained in:
@@ -19,7 +19,7 @@ acceptance("Topic Notifications button", {
|
||||
QUnit.test("Updating topic notification level", assert => {
|
||||
visit("/t/internationalization-localization/280");
|
||||
|
||||
const notificationOptions = "#topic-footer-buttons .topic-notifications";
|
||||
const notificationOptions = "#topic-footer-buttons .topic-notification-options";
|
||||
|
||||
andThen(() => {
|
||||
assert.ok(
|
||||
Reference in New Issue
Block a user