Skip to content

Commit 25d52a4

Browse files
committed
[test] Update font-awesome CSS file in regression tests fixture
1 parent e513ea3 commit 25d52a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/regressions/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ const blacklist = [
143143
'docs-components-grid/InteractiveGrid.png', // Redux isolation
144144
'docs-components-grid/SpacingGrid.png', // Needs interaction
145145
'docs-components-hidden', // Need to dynamically resize to test
146-
'docs-components-icons/FontAwesomeIconSize.png', // Relies on cascading network requests
147146
'docs-components-image-list', // Image don't load
148147
'docs-components-masonry/ImageMasonry.png', // Image don't load
149148
'docs-components-material-icons/synonyms.png', // No component
@@ -363,7 +362,7 @@ function App(props) {
363362
},
364363
custom: {
365364
families: ['Font Awesome 5 Free:n9'],
366-
urls: ['https://use.fontawesome.com/releases/v5.1.0/css/all.css'],
365+
urls: ['https://use.fontawesome.com/releases/v5.14.0/css/all.css'],
367366
},
368367
timeout: 20000,
369368
active: () => {

0 commit comments

Comments
 (0)