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 161 forks source link

add: added test for private identifier and property access #2989

Closed Bayheck closed 8 months ago

Bayheck commented 8 months ago

Purpose

Added a test for a scenario when a field is private and we try to access it like this.#a[name]. Need to update esotope-hammerhead.

Approach

The testcase like scenarios are handled in esotope-hammerhead

References

closes https://github.com/DevExpress/testcafe/issues/8098 esotope-hammerhead PR

Pre-Merge TODO