Skip to content

Commit

Permalink
Merge pull request #11436 from bbc/cypress-tests-fetching-frontpage-json
Browse files Browse the repository at this point in the history
Remove arabic from frontPage E2E tests
  • Loading branch information
karinathomasbbc authored Mar 27, 2024
2 parents fb1f630 + 1fb3164 commit c114689
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions cypress/support/config/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -656,23 +656,7 @@ module.exports = () => ({
},
smoke: false,
},
frontPage: {
environments: {
live: {
paths: ['/arabic'],
enabled: true,
},
test: {
paths: ['/arabic'],
enabled: false,
},
local: {
paths: ['/arabic'],
enabled: false,
},
},
smoke: true,
},
frontPage: { environments: undefined, smoke: false },
liveRadio: {
environments: {
live: {
Expand Down

0 comments on commit c114689

Please sign in to comment.