Merge branch 'patch-1' of https://github.com/SamTebbs33/rtv into SamTebbs33-patch-1
This commit is contained in:
@@ -103,11 +103,11 @@ BANNER_SEARCH = """
|
||||
"""
|
||||
|
||||
FOOTER_SUBREDDIT = """
|
||||
[?]Help [q]Quit [l]Comments [/]Prompt [u]Login [o]Open [c]Post [a/z]Vote
|
||||
[?]Help [q]Quit [l]Comments [/]Prompt [u]Login [o]Open [c]Post [a/z]Vote [r]Refresh
|
||||
"""
|
||||
|
||||
FOOTER_SUBMISSION = """
|
||||
[?]Help [q]Quit [h]Return [space]Fold/Expand [o]Open [c]Comment [a/z]Vote
|
||||
[?]Help [q]Quit [h]Return [space]Fold/Expand [o]Open [c]Comment [a/z]Vote [r]Refresh
|
||||
"""
|
||||
|
||||
FOOTER_SUBSCRIPTION = """
|
||||
|
||||
@@ -67,7 +67,7 @@ def test_submission_page_construct(reddit, terminal, config, oauth):
|
||||
|
||||
# Footer
|
||||
text = ('[?]Help [q]Quit [h]Return [space]Fold/Expand [o]Open [c]Comment '
|
||||
'[a/z]Vote'.encode('utf-8'))
|
||||
'[a/z]Vote [r]Refresh'.encode('utf-8'))
|
||||
window.addstr.assert_any_call(0, 0, text)
|
||||
|
||||
# Submission
|
||||
|
||||
Reference in New Issue
Block a user