wtccjava / CSC256PublicChangeMgmt

Repo for using Issues to track changes
0 stars 65 forks source link

mtbarker5 #38

Open mtbarker opened 4 years ago

mtbarker commented 4 years ago

Describe the bug When running the full_retirement_calculator_app.py the word enter is not capitalized when the enter birth year prompt is up and is capitalized when the enter birth month <Enter implies 0> prompt is up.

Program CSC256PUBLICCHANGEDOC / 9-28-2019 / 12:00PM

Component full_retirement_age_calculator_app.py

Error Type Syntactic Error

Severity Minor

Priority TBD

State Test

To Reproduce

  1. Run the full_retirement_calculator_app.py
  2. When Enter the year of birth or to exit prompt is up, enter is not capitalized
  3. When prompted to enter month ( implies 0), notice that it is capitalized.

Expected behavior This is a grammar error, I feel that both should either be capitalized or lowercase.

Screenshots image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

Assigned TBD

Defect Type For ODC later.
One of

Defect Trigger For ODC later. One of

Defect Impact For ODC later. One of

mtbarker commented 4 years ago

fix completed