From 1841de5da6e68e4e2dbdc776a9509222180c9edc Mon Sep 17 00:00:00 2001 From: Jan Potoms <2109932+Janpot@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:56:22 +0200 Subject: [PATCH] [test] Update font-awesome CSS file in regression tests fixture (#43745) --- test/regressions/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/regressions/index.js b/test/regressions/index.js index ca3503301cb61f..658f14f967ad94 100644 --- a/test/regressions/index.js +++ b/test/regressions/index.js @@ -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 @@ -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: () => {