simorgh
simorgh copied to clipboard
Remove Data Fetching from Live Radio
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
- Replaced schedule.json with Window.Simorgh_DATA
- Removed cypress tests that's covered by integration tests
Testing
- Ran the following Cypress Tests and they are all passing consistently.
| 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.