FileTree: Show more distinct icons where possible

This commit is contained in:
Sebastian Serth
2022-10-04 15:08:09 +02:00
committed by Sebastian Serth
parent 1f95324029
commit ad8743a7d0
3 changed files with 20 additions and 4 deletions

View File

@ -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