Add file type icons
This commit is contained in:
@@ -13,6 +13,6 @@ test('it renders directory items', function(assert) {
|
||||
|
||||
this.render(hbs`{{directory-listing items=items}}`);
|
||||
|
||||
assert.equal(this.$('table tbody tr:first td:first').text(), 'documents');
|
||||
assert.equal(this.$('table tbody tr:first td:last').text(), 'folder');
|
||||
assert.equal(this.$('table tbody tr:first td:nth-of-type(2)').text(), 'documents');
|
||||
assert.equal(this.$('table tbody tr:first td:nth-of-type(3)').text(), 'folder');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user