Improved timing.
This commit is contained in:
parent
5840225332
commit
dffadb8452
1 changed files with 1 additions and 1 deletions
|
@ -1225,7 +1225,7 @@ wait untill text in selector disabppears
|
|||
|
||||
if data[:state] || data[:group] || data[:body]
|
||||
found = nil
|
||||
(1..5).each {
|
||||
(1..7).each {
|
||||
if !found
|
||||
begin
|
||||
text = instance.find_elements( { css: '.content.active .js-reset' } )[0].text
|
||||
|
|
Loading…
Reference in a new issue