Test that the web server is stopped when it's scheduled for a later start

This commit is contained in:
Miguel Jacq 2019-03-05 16:59:13 +11:00
parent 31c360b44d
commit 8889d3d586
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

View File

@ -202,6 +202,7 @@ class GuiShareTest(GuiBaseTest):
self.server_working_on_start_button_pressed(self.gui.share_mode)
self.startup_timer_widget_hidden(self.gui.share_mode)
self.server_status_indicator_says_scheduled(self.gui.share_mode)
self.web_server_is_stopped()
self.scheduled_service_started(self.gui.share_mode, 7000)
self.web_server_is_running()