| 6 | } from './testIDs/Screens/ImportSuccessScreen.testIds'; |
| 7 | |
| 8 | class ImportAccountScreen { |
| 9 | get container() { |
| 10 | return Selectors.getXpathElementByResourceId(IMPORT_SUCESS_SCREEN_ID); |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected