Wait until notify is gone after ticket create.
This commit is contained in:
parent
0c02c41c85
commit
be67a3f58a
1 changed files with 1 additions and 1 deletions
|
@ -1054,7 +1054,7 @@ wait untill text in selector disabppears
|
||||||
:id => id,
|
:id => id,
|
||||||
:number => number,
|
:number => number,
|
||||||
}
|
}
|
||||||
sleep 1
|
sleep 3 # wait until notify is gone
|
||||||
return ticket
|
return ticket
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue