bloom-frontend icon indicating copy to clipboard operation
bloom-frontend copied to clipboard

Hindi Create User Test

Open eleanorreem opened this issue 1 year ago • 0 comments

Overview

All our testing is currently in english and we want to ensure our other site languages are working. This need came from an incident where a bug happened on all browser languages except for english and the cypress tests did not catch it.

Action Items

  • [ ] Get Cypress tests up and running. See Cypress Readme
  • [ ] Create your own branch
  • [ ] Take a look at this german example of the test
  • [ ] Duplicate this test in Hindi and name it create-user.hi.cy.tsx. Note that you will have to update some of the test assertions to match the hindi version of the site. Take a look at bloom.chayn.co/hi for the hindi version of the site to find the equivalent text.
  • [ ] See notes below for helpers
  • [ ] Commit and push your changes and create a PR.
  • [ ] Tag @eleanorreem for a review

Resources/Instructions

  • Cypress readme
  • Ensure you create a custom visitHindiPage that replicates the behaviour of visitGermanPage in this file
  • You will also have to update the type file

eleanorreem avatar Feb 02 '24 23:02 eleanorreem