DevExpress / testcafe-hammerhead

A powerful web-proxy used as a core for the TestCafe testing framework. :hammer: :smiley:
https://testcafe.io
MIT License
171 stars 160 forks source link

Fixed method call not considering callee optional #2985

Closed Bayheck closed 10 months ago

Bayheck commented 10 months ago

Purpose

Fixed the case for method call not considering the callee optional value.

Approach

Additional check if callee has optional in method-call

References

closes https://github.com/DevExpress/testcafe/issues/7713

Pre-Merge TODO