Commit 6574c34413f1c605a141d4c7d76d1ae885be3ea2
Exists in
master
Merge branch 'master' of git.ucsd.edu:110swag/docs
ermging
Showing 1 changed file Side-by-side Diff
TestCases.tex
View file @
6574c34
... | ... | @@ -1590,12 +1590,12 @@ |
1590 | 1590 | |
1591 | 1591 | {} |
1592 | 1592 | |
1593 | -\subsection{[F8] Hide cards from feed} | |
1593 | +\subsection{[F8] Hide cards} | |
1594 | 1594 | |
1595 | 1595 | \begin{description} |
1596 | -\item[Description:]{This test case outlines the presentation layering process | |
1597 | -for the User shall be able to hide cards from their own view, on | |
1598 | - the Feed and Deck.} | |
1596 | +\item[Description:]{This test case outlines the presentation | |
1597 | +layering step process of a user hiding a flashcard | |
1598 | +from their own view, on the Feed and Deck.} | |
1599 | 1599 | |
1600 | 1600 | \item[Desired Outcome:]{The System marks the flashcard as hidden from the |
1601 | 1601 | User so that the User cannot see the flashcard in the Feed or Deck.} |
1602 | 1602 | |
1603 | 1603 | |
... | ... | @@ -1618,13 +1618,13 @@ |
1618 | 1618 | \item |
1619 | 1619 | {The User is logged in as UserX.} |
1620 | 1620 | \item |
1621 | - {The User has enrolled in the class TEST 101.} | |
1621 | + {UserX has enrolled in the class TEST 101.} | |
1622 | 1622 | \item |
1623 | - {The User is at the Feed View or Deck View (alternate workflow) | |
1624 | - for the class TEST 101.} | |
1623 | + {UserX has composed and contributed a flashcard to the Feed | |
1624 | +with text ``The rain in Spain stays mainly in the plain''.} | |
1625 | 1625 | \item |
1626 | - {The User has composed and contributed a flashcard to the Feed with text | |
1627 | - ``The rain in Spain stays mainly in the plain''.} | |
1626 | + {UserX has composed and contributed a flashcard to the Feed | |
1627 | +with text ``Hide me too''.} | |
1628 | 1628 | \end{itemize} |
1629 | 1629 | |
1630 | 1630 | \item[Postconditions:] |
1631 | 1631 | |
1632 | 1632 | |
1633 | 1633 | |
1634 | 1634 | |
... | ... | @@ -1640,29 +1640,35 @@ |
1640 | 1640 | \item |
1641 | 1641 | {UserX shall hover over the flashcard they added with the text ``The rain in Spain stays |
1642 | 1642 | mainly in the plain''.} |
1643 | -\item {UserX shall press Hide button, which is the red crossed-out eye.} | |
1643 | +\item {UserX presses 'Hide' button, which is the red crossed-out | |
1644 | +eye on the bottom right of the flashcard.} | |
1644 | 1645 | \item {The System shall hide the card.} |
1645 | 1646 | \end{enumerate} |
1646 | 1647 | |
1647 | -\item[Expected Result:] {The System shall display a toast ``Card Hidden! If | |
1648 | -the card was spammy or abusive you may also REPORT''.} | |
1648 | +\item[Expected Result:] | |
1649 | +{The card is not shown on the Feed or Deck for UserX. | |
1650 | +The System shall display a toast | |
1651 | +``Card Hidden! If the card was spammy or abusive | |
1652 | +you may also REPORT''.} | |
1649 | 1653 | |
1650 | 1654 | \item[Alternate Workflow:] |
1651 | 1655 | \begin{enumerate} |
1652 | 1656 | \itemsep1pt\parskip0pt\parsep0pt |
1653 | 1657 | \item {UserX has navigated to the Deck View of TEST 101.} |
1654 | 1658 | \item |
1655 | - {UserX shall hover the flashcard they added with the text ``The rain in Spain stays | |
1656 | - mainly in the plain''.} | |
1659 | + {UserX hovers the flashcard they added with the text | |
1660 | +``Hide me too''.} | |
1661 | +\item {UserX presses hide button, which is the red crossed-out eye.} | |
1657 | 1662 | |
1658 | -\item {UserX shall press hide button, which is the red crossed-out eye.} | |
1659 | - | |
1660 | 1663 | \item {The System shall unpull the card for UserX.} |
1661 | 1664 | \item {The System shall hide the card.} |
1662 | 1665 | \end{enumerate} |
1663 | 1666 | |
1664 | -\item[Expected Result:] {The System shall display a toast ``Card Hidden! If | |
1665 | -the card was spammy or abusive you may also REPORT''.} | |
1667 | +\item[Expected Result:] | |
1668 | +{The card is not shown on the Feed or Deck for UserX. | |
1669 | +The System shall display a toast | |
1670 | +``Card Hidden! If the card was spammy or abusive | |
1671 | +you may also REPORT''.} | |
1666 | 1672 | \end{description} |
1667 | 1673 | \newpage |
1668 | 1674 |