Improved timing.
This commit is contained in:
parent
6ff8a0b920
commit
aabffa8ca4
1 changed files with 1 additions and 1 deletions
|
@ -2714,7 +2714,7 @@ wait untill text in selector disabppears
|
|||
text = element.text
|
||||
if text =~ /#{Regexp.quote(data[:name])}/
|
||||
assert(true, 'group created')
|
||||
sleep 1 # wait until modal has gone
|
||||
modal_ready # wait until modal has gone
|
||||
|
||||
# add member
|
||||
if data[:member]
|
||||
|
|
Loading…
Reference in a new issue