Skip to content

Commit

Permalink
Merge pull request #12050 from bbc/WSTEAMA-338-fix-failing-lighthouse…
Browse files Browse the repository at this point in the history
…-tests

WSTEAM 338 Fix Failing Lighthouse tests
  • Loading branch information
holchris authored Oct 15, 2024
2 parents 37a67dd + d2be800 commit a27e51c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lighthouse/lighthouserc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const AUDIT_URLS = {
FRONT_PAGE: {
live: ['https://www.bbc.com/serbian/cyr'],
test: ['https://www.test.bbc.com/serbian/cyr?renderer_env=live'],
test: [],
},
FIX: {
live: ['https://www.bbc.com/persian/science-52004647'],
Expand Down Expand Up @@ -58,7 +58,10 @@ const AUDIT_URLS = {

TIPO_HOME_PAGE: {
live: ['https://www.bbc.com/kyrgyz'],
test: ['https://www.test.bbc.com/kyrgyz?renderer_env=live'],
test: [
'https://www.test.bbc.com/kyrgyz?renderer_env=live',
'https://www.test.bbc.com/serbian/lat?renderer_env=live',
],
},

MEDIA_ARTICLE_PAGE: {
Expand Down

0 comments on commit a27e51c

Please sign in to comment.