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

Add Other element support #33

Closed zacoid55 closed 4 years ago

zacoid55 commented 4 years ago

In case we need to default to an un-categorised element type, we need support for the Other element type

KaneCheshire commented 4 years ago

This is what I was trying to move away from really. There's no need for this because people could create their own by creating a struct that conforms to Element

KaneCheshire commented 4 years ago

There's also already a generic View element