Compare View
Commits (2)
Diff
Showing 1 changed file Side-by-side Diff
TestCases.tex
View file @
088b29c
... | ... | @@ -1520,10 +1520,11 @@ to make a new copy of it. It is only a ``fix'' if no other users have the |
1520 | 1520 | flashcard in their Decks AND the User is the author.} |
1521 | 1521 | |
1522 | 1522 | \item[Desired Outcome:]{The User shall change one of their flashcards' text |
1523 | -and that alteration will be visible to all users in the Feed.} | |
1523 | +and that alteration will be visible to all users in the Feed with | |
1524 | +out an addition of a new card.} | |
1524 | 1525 | |
1525 | -\item[User Goals:]{The User shall make their own authored flashcard say | |
1526 | -something different than it did originally.} | |
1526 | +\item[User Goals:]{The User shall change the text of | |
1527 | +their own authored flashcard to something new.} | |
1527 | 1528 | |
1528 | 1529 | \item[Dependency Use Cases:]{[A1] User Registration, [A2] User |
1529 | 1530 | Login, [A3] Add a Class, [F1] Push Flashcard} |
... | ... | @@ -1569,13 +1570,12 @@ Login, [A3] Add a Class, [F1] Push Flashcard} |
1569 | 1570 | {UserX shall hover the Flashcard they created with text ``My card is currently |
1570 | 1571 | broken''.} |
1571 | 1572 | \item |
1572 | - {UserX shall select the bottom-left blue Edit Card pencil button on the flashcard.} | |
1573 | + {UserX shall select the bottom-left blue edit Card pencil button on the flashcard.} | |
1573 | 1574 | \item |
1574 | - {The System shall bring up the flashcard Edit modal.} | |
1575 | + {The System shall bring up the flashcard edit modal.} | |
1575 | 1576 | \item |
1576 | - {UserX shall highlight the text ``broken''.} | |
1577 | -\item {UserX shall change the highlighted word into ``fixed'' so that the text | |
1578 | -reads ``My card is currently \textbf{fixed}''.} | |
1577 | + {UserX shall select the text ``broken'' and change | |
1578 | +into ``fixed''.} | |
1579 | 1579 | \item |
1580 | 1580 | {UserX shall press the Save Changes button.} |
1581 | 1581 | \item |
... | ... | @@ -1586,7 +1586,7 @@ reads ``My card is currently \textbf{fixed}''.} |
1586 | 1586 | |
1587 | 1587 | \item[Expected Results:]{UserX shall see the fixed flashcard |
1588 | 1588 | in the TEST 101 feed as well as in their TEST 101 Deck with the new |
1589 | -text: ``My card is currently \textbf{fixed}''.} | |
1589 | +text: ``My card is currently fixed'' after refreshing the page.} | |
1590 | 1590 | \end{description} |
1591 | 1591 | \newpage |
1592 | 1592 |