Test javascript MIME type in different modes

This commit is contained in:
Miguel Jacq 2021-12-17 17:59:34 +11:00
parent e00db31de5
commit f5f940d335
4 changed files with 10 additions and 0 deletions

View file

@ -197,6 +197,7 @@ class TestShare(GuiBaseTest):
self.tmpfile_test
)
self.web_page(tab, "Total size")
self.javascript_is_correct_mime_type(tab, "send.js")
self.download_share(tab)
self.history_widgets_present(tab)
self.server_is_stopped(tab)