mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:37:02 +08:00
UX: use down chevron icon to expand "show more links.."
This commit is contained in:
@ -765,7 +765,7 @@ widgetTest("topic map - links", {
|
||||
assert.equal(this.$('.topic-map-expanded .topic-link').length, 5, 'it limits the links displayed');
|
||||
});
|
||||
|
||||
click('.link-summary a');
|
||||
click('.link-summary button');
|
||||
andThen(() => {
|
||||
assert.equal(this.$('.topic-map-expanded .topic-link').length, 6, 'all links now shown');
|
||||
});
|
||||
|
Reference in New Issue
Block a user