Removed not needed comments.
This commit is contained in:
parent
8c67bc4876
commit
c5ed8776ce
1 changed files with 14 additions and 18 deletions
|
@ -1779,7 +1779,6 @@ wait untill text in selector disabppears
|
|||
browser: instance,
|
||||
css: ".active .newTicket select[name=\"#{local_key}\"]",
|
||||
value: local_value,
|
||||
#mute_log: true,
|
||||
)
|
||||
}
|
||||
end
|
||||
|
@ -1790,7 +1789,6 @@ wait untill text in selector disabppears
|
|||
css: ".active .newTicket input[name=\"#{local_key}\"]",
|
||||
value: local_value,
|
||||
clear: true,
|
||||
#mute_log: true,
|
||||
)
|
||||
}
|
||||
end
|
||||
|
@ -2018,7 +2016,6 @@ wait untill text in selector disabppears
|
|||
browser: instance,
|
||||
css: ".active .sidebar select[name=\"#{local_key}\"]",
|
||||
value: local_value,
|
||||
#mute_log: true,
|
||||
)
|
||||
}
|
||||
end
|
||||
|
@ -2029,7 +2026,6 @@ wait untill text in selector disabppears
|
|||
css: ".active .sidebar input[name=\"#{local_key}\"]",
|
||||
value: local_value,
|
||||
clear: true,
|
||||
#mute_log: true,
|
||||
)
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue