Commit 83d0331c by E. Kolpakov

send_input: Wait before obtaining input

parent 7f341c34
......@@ -47,6 +47,7 @@ class InteractionTestBase(object):
def _send_input(self, item_value, value):
element = self._get_item_by_value(item_value)
self.wait_until_visible(element)
element.find_element_by_class_name('input').send_keys(value)
element.find_element_by_class_name('submit-input').click()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment