jjm3x3 / AmazingRaceFantasy

https://amazing-race-fantasy.vercel.app
1 stars 2 forks source link

Data Refresh End-to-End Tests #111

Open wcjoslin opened 1 month ago

wcjoslin commented 1 month ago

Description: Standings data is pulled from Wikipedia and stored after each episode has completed and the page has been updated with results. This data refresh needs to proliferate across all pages and views in the website.

Goal: Create end-to-end tests to verify data refresh and transfer among pages.

Tests:

  1. Verify data from the most recently finished week has been updated in the website's data
  2. Verify new data has updated overall & contestant scores on all pages
  3. Verify league rankings have updated according to new scores

@internette you mentioned "navigating pages is correct". Did you mean that part to include data being correct, or just consistent UI? As in, is there a chance that order of page navigation could have an effect on the data that's on it?