cashapp / AccessibilitySnapshot

Easy regression testing for iOS accessibility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update ElementSectionViewController to use preset configurations

NickEntin opened this issue · comments

By updating ElementSectionViewController in the demo app to use preset configurations instead of a multi-step configuration process, we could simplify the process of auditing new versions against the snapshot tests in ElementSelectionTests. Currently you need to look at the test code to see how each case is configured. By changing to a set of named configurations, we could make this much more streamlined.