FileTree: Show more distinct icons where possible
This commit is contained in:

committed by
Sebastian Serth

parent
1f95324029
commit
ad8743a7d0
@ -60,7 +60,7 @@ describe FileTree do
|
||||
let(:file) { build(:file, file_type: build(:dot_svg)) }
|
||||
|
||||
it 'is a text file icon' do
|
||||
expect(file_icon).to include('fa-file-text')
|
||||
expect(file_icon).to include('fa-file-lines')
|
||||
expect(file_icon).to include('fa-regular')
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user