Skip to content

Commit

Permalink
[test] Update font-awesome CSS file in regression tests fixture (#43745)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Sep 16, 2024
1 parent cc55b95 commit 1841de5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/regressions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ const blacklist = [
'docs-components-grid/InteractiveGrid.png', // Redux isolation
'docs-components-grid/SpacingGrid.png', // Needs interaction
'docs-components-hidden', // Need to dynamically resize to test
'docs-components-icons/FontAwesomeIconSize.png', // Relies on cascading network requests
'docs-components-image-list', // Image don't load
'docs-components-masonry/ImageMasonry.png', // Image don't load
'docs-components-material-icons/synonyms.png', // No component
Expand Down Expand Up @@ -363,7 +362,7 @@ function App(props) {
},
custom: {
families: ['Font Awesome 5 Free:n9'],
urls: ['https://use.fontawesome.com/releases/v5.1.0/css/all.css'],
urls: ['https://use.fontawesome.com/releases/v5.14.0/css/all.css'],
},
timeout: 20000,
active: () => {
Expand Down

0 comments on commit 1841de5

Please sign in to comment.