Commit e261e8f35765eceaab2be4f269330fb7a567635a

Authored by Rohan Rangray
Exists in master

Merge branch 'master' of git.ucsd.edu:110swag/docs

mering

Showing 1 changed file Side-by-side Diff

TestCases.tex View file @ e261e8f
... ... @@ -1465,7 +1465,6 @@
1465 1465 \begin{itemize}
1466 1466 \itemsep1pt\parskip0pt\parsep0pt
1467 1467 \item
1468   -\item
1469 1468 {The User is logged in as UserX.}
1470 1469 \item
1471 1470 {The User has added the class TEST 101.}
1472 1471  
... ... @@ -1518,10 +1517,11 @@
1518 1517 flashcard in their Decks AND the User is the author.}
1519 1518  
1520 1519 \item[Desired Outcome:]{The User shall change one of their flashcards' text
1521   -and that alteration will be visible to all users in the Feed.}
  1520 +and that alteration will be visible to all users in the Feed with
  1521 +out an addition of a new card.}
1522 1522  
1523   -\item[User Goals:]{The User shall make their own authored flashcard say
1524   -something different than it did originally.}
  1523 +\item[User Goals:]{The User shall change the text of
  1524 +their own authored flashcard to something new.}
1525 1525  
1526 1526 \item[Dependency Use Cases:]{[A1] User Registration, [A2] User
1527 1527 Login, [A3] Add a Class, [F1] Push Flashcard}
1528 1528  
1529 1529  
... ... @@ -1567,13 +1567,12 @@
1567 1567 {UserX shall hover the Flashcard they created with text ``My card is currently
1568 1568 broken''.}
1569 1569 \item
1570   - {UserX shall select the bottom-left blue Edit Card pencil button on the flashcard.}
  1570 + {UserX shall select the bottom-left blue edit Card pencil button on the flashcard.}
1571 1571 \item
1572   - {The System shall bring up the flashcard Edit modal.}
  1572 + {The System shall bring up the flashcard edit modal.}
1573 1573 \item
1574   - {UserX shall highlight the text ``broken''.}
1575   -\item {UserX shall change the highlighted word into ``fixed'' so that the text
1576   -reads ``My card is currently \textbf{fixed}''.}
  1574 + {UserX shall select the text ``broken'' and change
  1575 +into ``fixed''.}
1577 1576 \item
1578 1577 {UserX shall press the Save Changes button.}
1579 1578 \item
... ... @@ -1584,7 +1583,7 @@
1584 1583  
1585 1584 \item[Expected Results:]{UserX shall see the fixed flashcard
1586 1585 in the TEST 101 feed as well as in their TEST 101 Deck with the new
1587   -text: ``My card is currently \textbf{fixed}''.}
  1586 +text: ``My card is currently fixed'' after refreshing the page.}
1588 1587 \end{description}
1589 1588 \newpage
1590 1589  
1591 1590  
... ... @@ -1638,9 +1637,9 @@
1638 1637 \itemsep1pt\parskip0pt\parsep0pt
1639 1638 \item {UserX has navigated to the Feed View of TEST 101.}
1640 1639 \item
1641   - {UserX hovers over the flashcard they added with the text ``The rain in Spain stays
  1640 + {UserX shall hover over the flashcard they added with the text ``The rain in Spain stays
1642 1641 mainly in the plain''.}
1643   -\item {UserX presses Hide button, which is the red crossed-out eye.}
  1642 +\item {UserX shall press Hide button, which is the red crossed-out eye.}
1644 1643 \item {The System shall hide the card.}
1645 1644 \end{enumerate}
1646 1645  
1647 1646  
1648 1647  
1649 1648  
1650 1649  
... ... @@ -1652,20 +1651,17 @@
1652 1651 \itemsep1pt\parskip0pt\parsep0pt
1653 1652 \item {UserX has navigated to the Deck View of TEST 101.}
1654 1653 \item
1655   - {UserX hovers the flashcard they added with the text ``The rain in Spain stays
  1654 + {UserX shall hover the flashcard they added with the text ``The rain in Spain stays
1656 1655 mainly in the plain''.}
1657 1656  
1658   -\item {UserX presses hide button, which is the red crossed-out eye.}
  1657 +\item {UserX shall press hide button, which is the red crossed-out eye.}
1659 1658  
  1659 +\item {The System shall unpull the card for UserX.}
1660 1660 \item {The System shall hide the card.}
1661   -\item {A toast is shown on the client that allows the User to report the card.}
1662   -\item {The card is not shown on the Feed or Deck.}
1663 1661 \end{enumerate}
1664 1662  
1665   -
1666   -\item[Expected Result:]{The Client shows the Deck without the flashcard of text
1667   - ``The rain in Spain stays mainly in the plain''. A toast that allows UserX to
1668   - report the card shows up temporarily.}
  1663 +\item[Expected Result:] {The System shall display a toast ``Card Hidden! If
  1664 +the card was spammy or abusive you may also REPORT''.}
1669 1665 \end{description}
1670 1666 \newpage
1671 1667