RotherOSS / otobo

OTOBO is one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management. https://otobo.io/
GNU General Public License v3.0
240 stars 72 forks source link

Allow to pass additional arguments when calling WaitFor() with JavaScript #3432

Closed bschmalhofer closed 1 month ago

bschmalhofer commented 1 month ago

Do the same thing as is already possible with the ElementExistsor ÈlementExisting` parameters. Pass an arrayref when the underlying methods should take more than one argument.

See also #3100.

bschmalhofer commented 1 month ago

PR is applied. The enhances method is used in scripts/test/Selenium/Agent/AgentTicketActionCommon/AgentTicketNote.t. Closing this issue.