Commit 8f477cbd9096f9c2e610fbb9adc445e4049fe55a
1 parent
4c7e3e6ecb
Exists in
master
fixed some word phrasings
Showing 1 changed file with 6 additions and 6 deletions Side-by-side Diff
StoriesAndAcceptanceTests.tex
View file @
8f477cb
... | ... | @@ -47,7 +47,7 @@ |
47 | 47 | \section{Account} |
48 | 48 | \subsection{User Login Acceptance Test} |
49 | 49 | \begin{description}[style=multiline,leftmargin=5cm] |
50 | -\item [Description:]{As a user, I want to be able to login and view my classes and decks.} | |
50 | +\item [Description:]{As a user, I want to be able to login, view my classes and decks while creating flashcards.} | |
51 | 51 | \item [Steps:] |
52 | 52 | \begin{enumerate} |
53 | 53 | \item User shall enter email TEST3@flashy.cards |
... | ... | @@ -61,7 +61,7 @@ |
61 | 61 | \item [Description:]{As a user, I want to be able to change my login password.} |
62 | 62 | \item [Steps:] |
63 | 63 | \begin{enumerate} |
64 | -\item User shall click "Change Password" | |
64 | +\item User shall click "Change Password" on the "Settings" page. | |
65 | 65 | \item User shall enter old password |
66 | 66 | \item User shall enter new password and confirm |
67 | 67 | \end{enumerate} |
... | ... | @@ -87,7 +87,7 @@ |
87 | 87 | \item [Description:]{As a user, I want to be able to add myself to a class that I am in.} |
88 | 88 | \item [Steps:] |
89 | 89 | \begin{enumerate} |
90 | -\item {User shall visit the "Add Class" page.} | |
90 | +\item {User shall click on the "Add Class" feature under the Class dropdown menu to visit the "Add Class" page.} | |
91 | 91 | \item {User shall enter "CSE 3" in the input box.} |
92 | 92 | \item {User shall select the first choice for "CSE 3" and add class.} |
93 | 93 | \end{enumerate} |
... | ... | @@ -105,7 +105,7 @@ |
105 | 105 | right end of the top navbar. |
106 | 106 | \item The user shall click on the Deck button on the left side of the navbar. |
107 | 107 | \end{enumerate} |
108 | -\item [Expected Result:]{The user shall now see the cards in the deck he chose} | |
108 | +\item [Expected Result:]{The user shall now see the cards in the deck he chose.} | |
109 | 109 | \end{description} |
110 | 110 | |
111 | 111 | \newpage |
112 | 112 | |
... | ... | @@ -119,10 +119,10 @@ |
119 | 119 | \item The user shall go to the live feed of the class he wants to create the flashcard |
120 | 120 | for. |
121 | 121 | \item The user shall click on the '+' button at the lower right corner of the |
122 | - screen. | |
122 | + screen. The user can press the "c" key on their keyboard to bring up the input box. | |
123 | 123 | \item The user shall write the content of his flashcard in the input box that pops up |
124 | 124 | from the bottom of the screen and blanks the appropriate blanks. |
125 | -\item The user shall presse Enter or clicks on 'Submit' to submit the flashcard to | |
125 | +\item The user shall press Enter or clicks on 'Submit' to submit the flashcard to | |
126 | 126 | the feed. |
127 | 127 | \end{enumerate} |
128 | 128 | \item [Expected Result:]{The user shall see his flashcard added to the feed} |