theappbusiness / TABTestKit

Library designed to make writing and maintaining automated tests for iOS applications. This includes automation of bio-metrics and controlling of mock servers
MIT License
59 stars 13 forks source link

Feature/issue122/back button menu #147

Open annapiktas opened 3 years ago

annapiktas commented 3 years ago

What's in this PR?

It looks like Back Button menu - UI context menu is already supported. The elements/items of the UI context menu conform to the Button and can be accessed by the title/ name therefore there is no need to create a new element for UI context menu nor for the elements.

Worth mentioning that the UI context menu elements/ items are available on the page even when UI context menu is not revealed/ opened. However there seems to be an issue on UI when long press reveals the UI context menu but makes the elements not accessible. This seems to be UI issue only that might need to be investigated later, possibly as separate issue.

Adde in this PR:


Pre-merge checklist

Before merging any PR, please check the following common things that should be done beforehand. These aren't all always required, so just check the box if it doesn't apply.