bbc / simorgh

The BBC's Open Source Web Application. Contributions welcome! Used on some of our biggest websites, e.g.
https://www.bbc.com/thai
Other
1.4k stars 222 forks source link

Remove Data Fetching from Live Radio #11733

Closed MeriemMechri closed 2 months ago

MeriemMechri commented 3 months ago

Resolves JIRA [WSTEAMA-1223]

Overall changes

A very high-level summary of easily-reproducible changes that can be understood by non-devs, and why these changes where made.

Code changes

Testing

Environment Smoke Command Status
local true CYPRESS_APP_ENV=local CYPRESS_SMOKE=true yarn test:e2e N/A
local false CYPRESS_APP_ENV=local yarn test:e2e N/A
test true CYPRESS_APP_ENV=test CYPRESS_SMOKE=true yarn cypress Pass
test false CYPRESS_APP_ENV=test yarn cypress Pass
live true CYPRESS_APP_ENV=live CYPRESS_SMOKE=true yarn cypress Pass
live false CYPRESS_APP_ENV=live yarn cypress Pass

Helpful Links

Add Links to useful resources related to this PR if applicable.

Coding Standards

Repository use guidelines

pvaliani commented 3 months ago

@MeriemMechri think there are some linting issues in the CD that should be easily fixed, otherwise all good!