mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-07 00:45:11 -04:00
Test javascript MIME type in different modes
This commit is contained in:
parent
e00db31de5
commit
f5f940d335
4 changed files with 10 additions and 0 deletions
|
@ -122,6 +122,7 @@ class TestReceive(GuiBaseTest):
|
|||
def run_all_receive_mode_tests(self, tab):
|
||||
"""Submit files and messages in receive mode and stop the share"""
|
||||
self.run_all_receive_mode_setup_tests(tab)
|
||||
self.javascript_is_correct_mime_type(tab, "receive.js")
|
||||
self.upload_file(tab, self.tmpfile_test, "test.txt")
|
||||
self.history_widgets_present(tab)
|
||||
self.counter_incremented(tab, 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue