Fixed customer selection in ticket update.
This commit is contained in:
parent
f5c47c1e13
commit
88cb4c3ad2
1 changed files with 2 additions and 1 deletions
|
@ -1349,8 +1349,9 @@ wait untill text in selector disabppears
|
|||
#sleep 0.5
|
||||
element.send_keys( :arrow_down )
|
||||
sleep 0.6
|
||||
element.send_keys( :enter )
|
||||
#instance.find_elements( { css: '.modal .user_autocompletion .recipientList-entry.js-user.is-active' } )[0].click
|
||||
#sleep 0.3
|
||||
sleep 0.3
|
||||
|
||||
click( browser: instance, css: '.modal .js-submit' )
|
||||
|
||||
|
|
Loading…
Reference in a new issue