diff --git a/airgun/views/host.py b/airgun/views/host.py index 1ecc96565..adf5595dd 100644 --- a/airgun/views/host.py +++ b/airgun/views/host.py @@ -1,4 +1,5 @@ import re +import time from wait_for import wait_for from widgetastic.utils import ParametrizedLocator @@ -571,6 +572,7 @@ def before_fill(self, values): logger=self.logger, ) self.general.__getattribute__(field).fill(field_value) + time.sleep(1) class RecommendationWidget(GenericLocatorWidget):