Improved timing.
This commit is contained in:
parent
dffadb8452
commit
2aad09dab2
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]
|
if data[:state] || data[:group] || data[:body]
|
||||||
found = nil
|
found = nil
|
||||||
(1..7).each {
|
(1..10).each {
|
||||||
if !found
|
if !found
|
||||||
begin
|
begin
|
||||||
text = instance.find_elements( { css: '.content.active .js-reset' } )[0].text
|
text = instance.find_elements( { css: '.content.active .js-reset' } )[0].text
|
||||||
|
|
Loading…
Reference in a new issue