cse442-at-ub / project_s23-welovehertz

project_s23-welovehertz created by GitHub Classroom
0 stars 1 forks source link

Create a Registration page in React #51

Closed sskong0719 closed 1 year ago

sskong0719 commented 1 year ago

Task Tests

Test 1

  1. Open up GitHub Desktop
  2. Click on Current Branch, and navigate to the Sprint2-Registration branch
  3. Click the Repository dropdown, then click pull and then open in Visual Studio Code
  4. Open the terminal in VSC using Control + ~ and type in npm start
  5. A react page called. http://localhost:3000/ should pop up on browser
  6. Navigate to that page and verify that there are input text boxes for first name, last name, email, password, and confirm password and verify that there is a button to create account.

Test 2

  1. Open up GitHub Desktop
  2. Click on Current Branch, and navigate to the Sprint2-ResidentialBranch branch
  3. Click the Repository dropdown, then click pull and then open in Visual Studio Code
  4. Click through the files in VSC and verify that RegistrationPage.jsx and RegistrationPage.css exist.
  5. Check that RegistrationPage.jsx and App.js are the same, since RegistrationPage will later become the the actual file for the page. and App.js is currently only used to test the page.
  6. Check that inside both RegistrationPage.jsx and App.js should contain Nav, Box, and Page functions.
ryanayam commented 1 year ago

Please change some of the language used in the tests, instead of check use verify as an example