codeforboston / maple

MAPLE makes it easy for anyone to view and submit testimony to the Massachusetts Legislature about the bills that will shape our future.

Home Page:https://mapletestimony.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E2E Test for Admin Page

Mephistic opened this issue · comments

Success Criteria:

  • Playwright Test that simply confirms that the Admin page loads successfully

Potential Complications:

  • This will likely be the first test to touch admin functionality. The real complexity here is likely setting up tests to use an admin account. Ideally, we should probably spin up new admin accounts for each test run - but to start, I think it's fine to just provision an admin account on QA and just share that account across test runs. There is apparently some extra complexity around provisioning admin accounts - Sasha has a script for it that we should take a look at to decide whether it's worth the work to include right away.