Maintenance: Improves CI reliability of browser:core tests in batch 2 by adding delay before performing ticket zoom secondary button action to avoid accessing stale element.
This commit is contained in:
parent
01729584f0
commit
256e7513b3
1 changed files with 2 additions and 0 deletions
|
@ -2525,6 +2525,8 @@ wait untill text in selector disabppears
|
|||
end
|
||||
end
|
||||
|
||||
# avoid accessing a stale element when accessing task type
|
||||
sleep 1
|
||||
task_type(
|
||||
browser: instance,
|
||||
type: params[:task_type] || 'stayOnTab',
|
||||
|
|
Loading…
Reference in a new issue