cse442-at-ub / project_s23-gofly

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

As a website user, I want to be able to contact the website's customer support using the "Contact Us" page, so I can ask questions or report any problems or concerns that I encounter while using the website. #47

Closed Monty0252 closed 1 year ago

Monty0252 commented 1 year ago

Acceptance Test

Test 1: Successful Submission

  1. From the landing page, click the contact us button at the top of the page.
  2. You should see a contact us form, fill out the form with the correct information. Use a valid email, put your name, and have a valid message length.
  3. Click submit. Verify that you are redirected to a page that says your form has been submitted,

Test 2: Blank Submission

  1. From the landing page, click the contact us button at the top of the page.
  2. Leave everything blank and try to click submit.
  3. Verify that it doesn't submit, but prompts you to fill out the fields.

Test 3: Invalid Email Submission

  1. From the landing page, click the contact us button at the top of the page.
  2. Enter your correct name, but enter an email that is not in the correct email format,
  3. Click submit, Verify a message pops up saying that is not a valid email.