mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
topic_edit_form.handlebars: Upgrade to font-awesome 4.7 icon prefixes.
This commit is contained in:
committed by
Tim Abbott
parent
1fb2dc5b65
commit
f605fdf2c8
@@ -1317,7 +1317,7 @@ run_test('topic_edit_form', () => {
|
||||
var html = render('topic_edit_form');
|
||||
|
||||
var button = $(html).find("button:first");
|
||||
assert.equal(button.find("i").attr("class"), 'icon-vector-ok');
|
||||
assert.equal(button.find("i").attr("class"), 'fa fa-check');
|
||||
});
|
||||
|
||||
run_test('topic_list_item', () => {
|
||||
|
||||
Reference in New Issue
Block a user