Added refresh to footer in test

This commit is contained in:
Sam Tebbs
2018-08-09 21:22:21 +01:00
committed by GitHub
parent 1dc4c52b65
commit 4479478492

View File

@@ -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