UX: use down chevron icon to expand "show more links.."

This commit is contained in:
Arpit Jalan
2017-07-21 23:21:56 +05:30
parent fff5e2c3a5
commit 6d09fbde44
4 changed files with 25 additions and 4 deletions

View File

@ -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');
});