Compare View
Commits (2)
Diff
Showing 1 changed file Side-by-side Diff
TestCases.tex
View file @
a6a12ff
... | ... | @@ -997,9 +997,11 @@ Login, [A3] Add a Class, [F1] Push Flashcard, [F3] Pull Flashcard} |
997 | 997 | \begin{itemize} |
998 | 998 | \itemsep1pt\parskip0pt\parsep0pt |
999 | 999 | \item |
1000 | - {The User is logged in as UserX.} | |
1000 | + {One browser session is logged in as UserX.} | |
1001 | 1001 | \item |
1002 | - {User has added the class TEST 101.} | |
1002 | + {Another browser session is logged in as UserY.} | |
1003 | +\item | |
1004 | + {UserX and UserY have added the class TEST 101.} | |
1003 | 1005 | \item |
1004 | 1006 | {TEST 101 contains the flashcard ``This is made for edit'' |
1005 | 1007 | , which was made by UserY and is not in UserX's deck.} |
... | ... | @@ -1038,14 +1040,20 @@ the bottom left of the hovered flashcard.} |
1038 | 1040 | \item |
1039 | 1041 | {UserX shall click 'SAVE CHANGES'} |
1040 | 1042 | \item |
1043 | + {The System shall create a new flashcard with the given | |
1044 | +text.} | |
1045 | +\item | |
1041 | 1046 | {The System shall hide the modal from UserX.} |
1042 | 1047 | \end{enumerate} |
1043 | 1048 | |
1044 | -\item[Expected Result:]{UserX shall see a new flashcard with the | |
1049 | +\item[Expected Result:] | |
1050 | +{For UserX:\\shall see a new flashcard with the | |
1045 | 1051 | text ``Edit has been made'' added to the top of the feed and the new |
1046 | 1052 | flashcard will be added to UserX's deck. |
1047 | 1053 | The flashcard with the text ``this is made for edit'' |
1048 | 1054 | will be hidden from UserX.} |
1055 | +\item | |
1056 | +{} | |
1049 | 1057 | |
1050 | 1058 | \item[Alternate Workflow A:] |
1051 | 1059 | \begin{enumerate} |