Fixed ticket_create().

This commit is contained in:
Martin Edenhofer 2016-05-01 02:24:31 +02:00
parent fb4c2c90b3
commit 508c101fbc

View file

@ -1645,7 +1645,7 @@ wait untill text in selector disabppears
(1..4).each { (1..4).each {
element = instance.find_elements(css: '.active .newTicket')[0] element = instance.find_elements(css: '.active .newTicket')[0]
if element if element
found = false found = true
break break
end end
sleep 1 sleep 1