mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
Don't add an empty class to the list elements in the hamburger
This commit is contained in:
@ -114,6 +114,7 @@ widgetTest('general links', {
|
||||
anonymous: true,
|
||||
|
||||
test(assert) {
|
||||
assert.ok(this.$("li[class='']").length === 0);
|
||||
assert.ok(this.$('.latest-topics-link').length);
|
||||
assert.ok(!this.$('.new-topics-link').length);
|
||||
assert.ok(!this.$('.unread-topics-link').length);
|
||||
|
Reference in New Issue
Block a user