| 6 | import Gestures from '../../helpers/Gestures'; |
| 7 | |
| 8 | class AddAccountModal { |
| 9 | get newAccountButton() { |
| 10 | return Selectors.getXpathElementByResourceId(ADD_ACCOUNT_NEW_ACCOUNT_BUTTON); |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected