@eohjsc/react-native-smart-city 0.6.2 → 0.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (324) hide show
  1. package/README.md +3 -3
  2. package/android/build.gradle +7 -10
  3. package/package.json +53 -70
  4. package/src/commons/Action/__test__/ItemQuickAction.test.js +2 -2
  5. package/src/commons/ActionGroup/NumberUpDownActionTemplate.js +3 -3
  6. package/src/commons/ActionGroup/OnOffSmartLock/AutoLock/ButtonWrapper.js +3 -3
  7. package/src/commons/ActionGroup/OnOffSmartLock/PasscodeList/__test__/ItemPasscode.test.js +2 -2
  8. package/src/commons/ActionGroup/OnOffSmartLock/PasscodeList/__test__/index.test.js +3 -3
  9. package/src/commons/ActionGroup/OnOffSmartLock/PasscodeList/index.js +3 -3
  10. package/src/commons/ActionGroup/OnOffSmartLock/SetupGeneratePasscode/ButtonWrapper.js +2 -2
  11. package/src/commons/ActionGroup/OnOffSmartLock/SetupGeneratePasscode/__test__/index.test.js +0 -15
  12. package/src/commons/ActionGroup/OnOffTemplate/OnOffSimpleTemplate.js +2 -2
  13. package/src/commons/ActionGroup/OptionsDropdownActionTemplate.js +2 -2
  14. package/src/commons/ActionGroup/SmartTiviActionTemplate/SmartTiviActionTemplate.js +2 -2
  15. package/src/commons/ActionGroup/SmartTiviActionTemplate/component/CircleButton.js +5 -5
  16. package/src/commons/ActionGroup/SmartTiviActionTemplate/component/ControlPlay.js +5 -5
  17. package/src/commons/ActionGroup/TerminalBoxTemplate.js +2 -2
  18. package/src/commons/ActionGroup/TextBoxTemplate.js +2 -2
  19. package/src/commons/ActionGroup/ThreeButtonTemplate/__test__/ThreeButtonTemplate.test.js +4 -4
  20. package/src/commons/ActionGroup/TimerActionTemplate.js +4 -5
  21. package/src/commons/ActionGroup/TwoButtonTemplate/index.js +2 -2
  22. package/src/commons/ActionGroup/__test__/ColorPickerTemplate.test.js +4 -9
  23. package/src/commons/ActionGroup/__test__/NumberUpDownTemplate.test.js +2 -9
  24. package/src/commons/ActionGroup/__test__/OnOffButtonTemplate.test.js +4 -11
  25. package/src/commons/ActionGroup/__test__/OnOffSmartLock.test.js +2 -9
  26. package/src/commons/ActionGroup/__test__/OnOffTemplate.test.js +4 -18
  27. package/src/commons/ActionGroup/__test__/OneBigButtonTemplate.test.js +2 -2
  28. package/src/commons/ActionGroup/__test__/OptionsDropdownTemplate.test.js +1 -8
  29. package/src/commons/ActionGroup/__test__/StatesGridActionTemplate.test.js +0 -7
  30. package/src/commons/ActionGroup/__test__/SwitchButtonTemplate.test.js +4 -15
  31. package/src/commons/ActionGroup/__test__/TerminalBoxTemplate.test.js +0 -7
  32. package/src/commons/ActionGroup/__test__/TextBoxTemplate.test.js +1 -8
  33. package/src/commons/ActionGroup/__test__/TimerActionTemplate.test.js +8 -15
  34. package/src/commons/ActionGroup/__test__/TimerActionTemplateWithutConfigValue.test.js +2 -10
  35. package/src/commons/ActionGroup/__test__/TwoButtonTemplate.test.js +3 -20
  36. package/src/commons/ActionGroup/__test__/index.test.js +15 -23
  37. package/src/commons/ActionTemplate/__test__/index.test.js +2 -0
  38. package/src/commons/ActionTemplate/__test__/utils.js +21 -0
  39. package/src/commons/ActionTemplate/index.js +1 -2
  40. package/src/commons/BackDefault/index.js +2 -2
  41. package/src/commons/ButtonPopup/index.js +2 -2
  42. package/src/commons/Calendar/__test__/Calendar.test.js +0 -7
  43. package/src/commons/CircleButton/__test__/CircleButton.test.js +2 -2
  44. package/src/commons/Dashboard/MyPinnedSharedUnit/__test__/MyPinnedSharedUnit.test.js +11 -25
  45. package/src/commons/Dashboard/MyUnit/__test__/MyUnit.test.js +27 -20
  46. package/src/commons/Dashboard/MyUnit/index.js +0 -1
  47. package/src/commons/DateTimeRangeChange/DateTimeButton.js +2 -2
  48. package/src/commons/DateTimeRangeChange/__test__/DateTimeButton.test.js +4 -4
  49. package/src/commons/DateTimeRangeChange/index.js +2 -2
  50. package/src/commons/Device/ConnectedViewHeader.js +2 -2
  51. package/src/commons/Device/DisconnectedView.js +2 -2
  52. package/src/commons/Device/Emergency/EmergencyDetail.js +3 -3
  53. package/src/commons/Device/Emergency/__test__/EmergencyDetail.test.js +2 -2
  54. package/src/commons/Device/FlatListItems.js +3 -3
  55. package/src/commons/Device/Hanet/ItemHanetDevice.js +3 -3
  56. package/src/commons/Device/Hanet/ItemHanetDevice.test.js +3 -11
  57. package/src/commons/Device/ItemAddNew/index.js +2 -2
  58. package/src/commons/Device/ItemDevice.js +2 -2
  59. package/src/commons/Device/SonosSpeaker/index.js +3 -3
  60. package/src/commons/Device/WaterPurifierStatus/AlertStatusMachine.js +2 -2
  61. package/src/commons/Device/WaterQualitySensor/QualityIndicatorsItem.js +2 -6
  62. package/src/commons/DisplayChecking/index.js +2 -2
  63. package/src/commons/EmergencyButton/AlertSendConfirm.js +2 -2
  64. package/src/commons/EmergencyButton/AlertSent.js +6 -2
  65. package/src/commons/FieldTemplate/ChooseUserField/index.js +2 -2
  66. package/src/commons/FieldTemplate/PasscodeField/__test__/index.test.js +5 -5
  67. package/src/commons/FieldTemplate/ScheduleField/__test__/index.test.js +9 -9
  68. package/src/commons/Form/CurrencyInput.js +1 -15
  69. package/src/commons/GroupCheckBox/__test__/GroupCheckBox.test.js +1 -22
  70. package/src/commons/Header/HeaderCustom.js +8 -3
  71. package/src/commons/HeaderAni/index.js +2 -2
  72. package/src/commons/IconComponent/index.js +3 -3
  73. package/src/commons/MediaPlayerDetail/MediaPlayerFull.js +1 -1
  74. package/src/commons/MediaPlayerDetail/__test__/MediaPlayerFull.test.js +12 -48
  75. package/src/commons/MenuActionAddnew/__test__/MenuActionAddNew.test.js +1 -1
  76. package/src/commons/MenuActionList/__test__/MenuActionList.test.js +1 -0
  77. package/src/commons/NavBar/index.js +2 -2
  78. package/src/commons/OneTapTemplate/NumberUpDownActionTemplate.js +3 -3
  79. package/src/commons/PreventAccess/__test__/PreventAccess.test.js +1 -13
  80. package/src/commons/Processing/__test__/Connecting.test.js +3 -14
  81. package/src/commons/SearchLocation/index.js +3 -3
  82. package/src/commons/SelectActionCard/index.js +2 -2
  83. package/src/commons/SelectSubUnit/__test__/SelectSubUnit.test.js +1 -18
  84. package/src/commons/SelectSubUnit/index.js +2 -2
  85. package/src/commons/SelectUnit/__test__/SelectUnit.test.js +1 -13
  86. package/src/commons/Sharing/BtnRemoveMember.js +2 -2
  87. package/src/commons/Sharing/StationDevicePermissions.js +2 -2
  88. package/src/commons/Sharing/WrapHeaderScrollable.js +1 -1
  89. package/src/commons/Sharing/__test__/ButtonRemoveMember.test.js +2 -2
  90. package/src/commons/Sharing/__test__/DevicePermissionsCheckbox.test.js +1 -1
  91. package/src/commons/SubUnit/DeviceTemplate/ConfigAndEvaluation/ConfigAndEvaluation.js +2 -2
  92. package/src/commons/SubUnit/DeviceTemplate/ConfigValue/ConfigValue.js +2 -2
  93. package/src/commons/SubUnit/DeviceTemplate/EvaluationOverConfig/EvaluationOverConfig.js +2 -2
  94. package/src/commons/SubUnit/Item/index.js +3 -3
  95. package/src/commons/SubUnit/OneTap/ItemOneTap.js +2 -2
  96. package/src/commons/SubUnit/OneTap/__test__/SubUnitAutomate.test.js +11 -8
  97. package/src/commons/SubUnit/__test__/Favorites.test.js +1 -13
  98. package/src/commons/SubUnit/__test__/ShortDetail.test.js +5 -16
  99. package/src/commons/SummaryItem/index.js +22 -23
  100. package/src/commons/Tabbar/__test__/index.test.js +0 -11
  101. package/src/commons/Unit/HeaderUnit/index.js +84 -84
  102. package/src/commons/Unit/SharedUnit.js +7 -7
  103. package/src/commons/Unit/__test__/HeaderUnit.test.js +29 -52
  104. package/src/commons/Unit/__test__/SharedUnit.test.js +94 -105
  105. package/src/commons/UnitSummary/AirQuality/SegmentedRoundDisplay/index.js +11 -30
  106. package/src/commons/WrapParallaxScrollView/index.js +21 -50
  107. package/src/configs/API.js +1 -2
  108. package/src/hooks/Common/__test__/useAndroidTranslucentStatusBar.test.js +4 -15
  109. package/src/hooks/Common/useIsOwnerOfUnit.js +1 -1
  110. package/src/hooks/IoT/__test__/useRemoteControl.test.js +1 -1
  111. package/src/hooks/IoT/__test__/useWatchConfigs.test.js +6 -21
  112. package/src/iot/RemoteControl/HomeAssistant.js +1 -1
  113. package/src/iot/RemoteControl/__test__/Bluetooth.test.js +234 -232
  114. package/src/navigations/AddDeviceStack.js +2 -2
  115. package/src/navigations/AddGatewayStack.js +2 -2
  116. package/src/navigations/AddLGDeviceStack.js +2 -2
  117. package/src/navigations/AddMemberStack.js +2 -2
  118. package/src/navigations/AddSubUnitStack.js +2 -2
  119. package/src/navigations/AddUnitStack.js +2 -2
  120. package/src/navigations/AllGatewayStack.js +2 -2
  121. package/src/navigations/AutomateStack.js +4 -4
  122. package/src/navigations/EmergencyContactsStack.js +4 -4
  123. package/src/navigations/GatewayStack.js +2 -2
  124. package/src/navigations/HanetCameraStack.js +2 -2
  125. package/src/navigations/Main.js +2 -2
  126. package/src/navigations/NotificationStack.js +2 -2
  127. package/src/navigations/SharedStack.js +8 -6
  128. package/src/navigations/SmartAccountStack.js +2 -2
  129. package/src/navigations/SmartIrStack.js +2 -2
  130. package/src/navigations/SmartLockStack.js +2 -2
  131. package/src/navigations/SmartStack.js +2 -2
  132. package/src/navigations/TemplateStack.js +2 -2
  133. package/src/navigations/UnitStack.js +4 -12
  134. package/src/navigations/utils.js +1 -4
  135. package/src/screens/ActivityLog/hooks/index.js +7 -4
  136. package/src/screens/ActivityLog/index.js +2 -2
  137. package/src/screens/AddCommon/__test__/SelectSubUnit.test.js +4 -21
  138. package/src/screens/AddCommon/__test__/SelectUnit.test.js +7 -19
  139. package/src/screens/AddLocationMaps/__test__/index.test.js +3 -13
  140. package/src/screens/AddLocationMaps/index.js +11 -6
  141. package/src/screens/AddNewDevice/__test__/AddNewDevice.test.js +3 -20
  142. package/src/screens/AddNewGateway/PlugAndPlay/__test__/FirstWarning.test.js +11 -18
  143. package/src/screens/AddNewGateway/PlugAndPlay/__test__/ZigbeeDeviceConnectGuide.test.js +4 -21
  144. package/src/screens/AddNewGateway/RenameNewDevices.js +2 -2
  145. package/src/screens/AddNewGateway/__test__/AddNewGateway.test.js +3 -3
  146. package/src/screens/AddNewGateway/__test__/ConnectingModbusDevice.test.js +0 -17
  147. package/src/screens/AddNewGateway/__test__/ConnectingWifiDevice.test.js +4 -19
  148. package/src/screens/AddNewGateway/__test__/ConnectingWifiGuide.test.js +3 -15
  149. package/src/screens/AddNewGateway/__test__/ConnectingZigbeeDevice.test.js +31 -51
  150. package/src/screens/AddNewGateway/__test__/RenameNewDevices.test.js +9 -22
  151. package/src/screens/AddNewGateway/__test__/ScanGatewayQR.test.js +12 -19
  152. package/src/screens/AddNewGateway/__test__/ScanModbusQR.test.js +6 -16
  153. package/src/screens/AddNewGateway/__test__/ScanWifiDeviceQR.test.js +4 -15
  154. package/src/screens/AddNewGateway/__test__/SelectDeviceSubUnit.test.js +3 -3
  155. package/src/screens/AddNewGateway/__test__/SelectDeviceType.test.js +18 -10
  156. package/src/screens/AddNewGateway/__test__/SelectDeviceUnit.test.js +1 -1
  157. package/src/screens/AddNewGateway/__test__/SelectModbusGateway.test.js +12 -9
  158. package/src/screens/AddNewGateway/__test__/SelectZigbeeGateway.test.js +12 -9
  159. package/src/screens/AddNewGateway/__test__/ShareWifiPassword.test.js +7 -21
  160. package/src/screens/AllGateway/DetailConfigActionInternal/__test__/index.test.js +0 -20
  161. package/src/screens/AllGateway/DetailConfigActionModbus/__test__/index.test.js +7 -24
  162. package/src/screens/AllGateway/DeviceGatewayInfo/__test__/index.test.js +0 -17
  163. package/src/screens/AllGateway/DeviceInternalDetail/__test__/index.test.js +84 -100
  164. package/src/screens/AllGateway/DeviceModbusDetail/__test__/index.test.js +64 -82
  165. package/src/screens/AllGateway/DeviceZigbeeDetail/__test__/index.test.js +36 -55
  166. package/src/screens/AllGateway/GatewayConnectionMethods/__test__/index.test.js +9 -18
  167. package/src/screens/AllGateway/GatewayDetail/__test__/index.test.js +10 -37
  168. package/src/screens/AllGateway/GatewayInfo/__test__/index.test.js +7 -32
  169. package/src/screens/AllGateway/__test__/index.test.js +1 -14
  170. package/src/screens/AllGateway/components/GatewayItem/__test__/index.test.js +0 -12
  171. package/src/screens/AllGateway/components/TabPaneCT/__test__/index.test.js +1 -13
  172. package/src/screens/AllGateway/components/TabPaneCT/index.js +1 -1
  173. package/src/screens/AllGateway/hooks/__test__/index.test.js +1 -8
  174. package/src/screens/AllGateway/test-utils.js +1 -1
  175. package/src/screens/Automate/AddNewAction/NewActionWrapper.js +2 -2
  176. package/src/screens/Automate/AddNewAction/SetupConfigCondition.js +27 -28
  177. package/src/screens/Automate/AddNewAction/__test__/ChooseAction.test.js +3 -3
  178. package/src/screens/Automate/AddNewAction/__test__/ChooseConfig.test.js +8 -5
  179. package/src/screens/Automate/AddNewAction/__test__/SelectControlDevices.test.js +2 -2
  180. package/src/screens/Automate/AddNewAction/__test__/SelectMonitorDevices.test.js +1 -18
  181. package/src/screens/Automate/AddNewAction/__test__/SetupConfigCondition.test.js +17 -15
  182. package/src/screens/Automate/AddNewAutoSmart/__test__/AddNewAutoSmart.test.js +4 -4
  183. package/src/screens/Automate/EditActionsList/__tests__/UpdateActionScript.test.js +38 -55
  184. package/src/screens/Automate/EditActionsList/__tests__/UpdateDelayScript.test.js +0 -18
  185. package/src/screens/Automate/EditActionsList/__tests__/UpdateNotifyScript.test.js +1 -19
  186. package/src/screens/Automate/EditActionsList/__tests__/index.test.js +14 -11
  187. package/src/screens/Automate/OneTap/__test__/AddNewOneTap.test.js +3 -3
  188. package/src/screens/Automate/Scenario/__test__/AddNewOneTap.test.js +2 -2
  189. package/src/screens/Automate/ScriptDetail/Components/AddActionScript.js +2 -2
  190. package/src/screens/Automate/ScriptDetail/__test__/index.test.js +33 -25
  191. package/src/screens/Automate/ScriptDetail/index.js +6 -6
  192. package/src/screens/Automate/SetSchedule/__test__/index.test.js +4 -4
  193. package/src/screens/Automate/SetSchedule/components/RowItem.js +3 -3
  194. package/src/screens/Automate/Styles/indexStyles.js +6 -0
  195. package/src/screens/Automate/__test__/MultiUnits.test.js +7 -7
  196. package/src/screens/Automate/__test__/index.test.js +9 -34
  197. package/src/screens/Automate/index.js +50 -33
  198. package/src/screens/ChangePosition/__test__/index.test.js +1 -14
  199. package/src/screens/ConfirmUnitDeletion/__test__/ConfirmUnitDeletion.test.js +1 -23
  200. package/src/screens/Device/EditDevice/__test__/EditDevice.test.js +1 -11
  201. package/src/screens/Device/EditDevice/index.js +2 -2
  202. package/src/screens/Device/__test__/detail.test.js +11 -11
  203. package/src/screens/Device/__test__/sensorDisplayItem.test.js +0 -12
  204. package/src/screens/Device/detail.js +14 -12
  205. package/src/screens/Drawer/Drawer.test.js +3 -11
  206. package/src/screens/Drawer/index.js +3 -4
  207. package/src/screens/EmergencyContacts/EmergencyContactsList.js +4 -8
  208. package/src/screens/EmergencyContacts/EmergencyContactsSelectContacts.js +3 -3
  209. package/src/screens/EmergencyContacts/__test__/EmergencyContactAddNew.test.js +4 -17
  210. package/src/screens/EmergencyContacts/__test__/EmergencyContactList.test.js +3 -14
  211. package/src/screens/EmergencyContacts/__test__/EmergencyContactsSelectContacts.test.js +0 -10
  212. package/src/screens/EmergencySetting/components/DropDownItem.js +2 -2
  213. package/src/screens/EnterPassword/__test__/EnterPassword.test.js +4 -17
  214. package/src/screens/GuestInfo/__test__/index.test.js +0 -11
  215. package/src/screens/GuestInfo/components/RowGuestInfo.js +2 -2
  216. package/src/screens/GuestInfo/index.js +2 -2
  217. package/src/screens/HanetCamera/Detail.js +6 -2
  218. package/src/screens/HanetCamera/ManageAccess.js +3 -4
  219. package/src/screens/HanetCamera/MemberInfo.js +4 -4
  220. package/src/screens/HanetCamera/__test__/CaptureFaceID.test.js +2 -16
  221. package/src/screens/HanetCamera/__test__/Detail.test.js +1 -12
  222. package/src/screens/HanetCamera/__test__/ManageAccess.test.js +5 -16
  223. package/src/screens/HanetCamera/__test__/MemberInfo.test.js +5 -18
  224. package/src/screens/HanetCamera/components/RequestFaceIDPopup.js +2 -2
  225. package/src/screens/ManageAccess/__test__/ManageAccess.test.js +3 -19
  226. package/src/screens/ManageAccess/index.js +3 -3
  227. package/src/screens/MoveToAnotherSubUnit/__test__/index.test.js +7 -7
  228. package/src/screens/Notification/__test__/Notification.test.js +5 -15
  229. package/src/screens/Notification/__test__/NotificationItem.test.js +9 -19
  230. package/src/screens/Notification/index.js +5 -5
  231. package/src/screens/PlayBackCamera/__test__/index.test.js +13 -22
  232. package/src/screens/PlayBackCamera/index.js +2 -2
  233. package/src/screens/ScanChipQR/components/QRScan/__test__/QRScan.test.js +0 -11
  234. package/src/screens/ScanChipQR/components/QRScan/index.js +3 -3
  235. package/src/screens/SelectUnit/__test__/index.test.js +9 -29
  236. package/src/screens/SelectUnit/index.js +2 -2
  237. package/src/screens/SharedUnit/TabHeader.js +2 -2
  238. package/src/screens/SharedUnit/index.js +5 -0
  239. package/src/screens/Sharing/Components/EndDevice.js +3 -3
  240. package/src/screens/Sharing/SelectUser.js +5 -4
  241. package/src/screens/Sharing/UnitMemberList.js +7 -6
  242. package/src/screens/Sharing/__test__/InfoMemberUnit.test.js +9 -4
  243. package/src/screens/Sharing/__test__/SelectShareDevice.test.js +2 -15
  244. package/src/screens/Sharing/__test__/SelectUser.test.js +2 -22
  245. package/src/screens/Sharing/__test__/UnitMemberList.test.js +2 -2
  246. package/src/screens/Sharing/__test__/UpdateShareDevice.test.js +4 -17
  247. package/src/screens/Sharing/hooks/__test__/index.test.js +2 -13
  248. package/src/screens/SmartAccount/Connecting/index.js +0 -2
  249. package/src/screens/SmartAccount/ListDevice/__test__/ListDevice.test.js +3 -18
  250. package/src/screens/SmartAccount/SuccessfullyConnected/__test__/SuccessfullyConnected.test.js +11 -21
  251. package/src/screens/SmartAccount/SuccessfullyConnected/index.js +3 -4
  252. package/src/screens/SmartAccount/__test__/Connecting.test.js +30 -36
  253. package/src/screens/SmartAccount/__test__/SmartAccount.test.js +12 -21
  254. package/src/screens/SmartIr/__test__/GroupButtonByType.test.js +8 -17
  255. package/src/screens/SmartIr/__test__/SelectBrand.test.js +1 -11
  256. package/src/screens/SmartIr/__test__/SelectDeviceType.test.js +1 -12
  257. package/src/screens/SmartIr/__test__/SmartIr.test.js +3 -11
  258. package/src/screens/SmartIr/components/GroupButtonByType/GroupButtonByType.js +6 -5
  259. package/src/screens/SmartIr/components/SelectBrand.js +2 -2
  260. package/src/screens/SubUnit/AddSubUnit.js +1 -0
  261. package/src/screens/SubUnit/EditSubUnit.js +3 -2
  262. package/src/screens/SubUnit/ManageSubUnit.js +5 -5
  263. package/src/screens/SubUnit/__test__/AddSubUnit.test.js +9 -31
  264. package/src/screens/SubUnit/__test__/EditSubUnit.test.js +12 -30
  265. package/src/screens/SubUnit/__test__/ManageSubUnit.test.js +2 -2
  266. package/src/screens/SubUnit/hooks/__test__/useManageSubUnit.test.js +0 -12
  267. package/src/screens/SyncLGDevice/__test__/AddLGDevice.test.js +7 -20
  268. package/src/screens/Template/__test__/EditTemplate.test.js +4 -15
  269. package/src/screens/Template/__test__/GatewayList.test.js +0 -9
  270. package/src/screens/Template/__test__/detail.test.js +8 -8
  271. package/src/screens/Template/__test__/index.test.js +3 -14
  272. package/src/screens/Template/detail.js +2 -2
  273. package/src/screens/Unit/Detail.js +12 -53
  274. package/src/screens/Unit/SelectAddToFavorites.js +2 -2
  275. package/src/screens/Unit/SelectAddress.js +9 -4
  276. package/src/screens/Unit/SmartAccountItem.js +2 -2
  277. package/src/screens/Unit/Station/__test__/index.test.js +2 -2
  278. package/src/screens/Unit/Summaries.js +24 -29
  279. package/src/screens/Unit/__test__/AddMenu.test.js +5 -2
  280. package/src/screens/Unit/__test__/CheckSendEmail.test.js +0 -12
  281. package/src/screens/Unit/__test__/ChooseLocation.test.js +1 -4
  282. package/src/screens/Unit/__test__/Detail.test.js +14 -12
  283. package/src/screens/Unit/__test__/ManageUnit.test.js +2 -17
  284. package/src/screens/Unit/__test__/MoreMenu.test.js +1 -11
  285. package/src/screens/Unit/__test__/SelectAddToFavorites.test.js +3 -14
  286. package/src/screens/Unit/__test__/SelectAddress.test.js +4 -17
  287. package/src/screens/Unit/__test__/SmartAccount.test.js +14 -11
  288. package/src/screens/Unit/__test__/SmartAccountItem.test.js +0 -11
  289. package/src/screens/Unit/__test__/Summaries.test.js +2 -14
  290. package/src/screens/Unit/components/AutomateScript/index.js +2 -2
  291. package/src/screens/Unit/components/ButtonWrapper/index.js +3 -4
  292. package/src/screens/Unit/components/Header/index.js +5 -4
  293. package/src/screens/Unit/components/SharedUnit/index.js +5 -5
  294. package/src/screens/Unit/components/__test__/Header.test.js +1 -14
  295. package/src/screens/Unit/components/__test__/MyUnitDevice.test.js +1 -11
  296. package/src/screens/Unit/components/__test__/SharedUnit.test.js +1 -11
  297. package/src/screens/UnitSummary/__test__/index.test.js +51 -17
  298. package/src/screens/UnitSummary/components/3PPowerConsumption/__test__/3PPowerConsumption.test.js +8 -25
  299. package/src/screens/UnitSummary/components/AirQuality/__test__/index.test.js +1 -7
  300. package/src/screens/UnitSummary/components/AirQuality/index.js +8 -3
  301. package/src/screens/UnitSummary/components/PowerConsumption/__test__/PowerConsumption.test.js +0 -11
  302. package/src/screens/UnitSummary/components/RunningDevices/__test__/index.test.js +1 -16
  303. package/src/screens/UnitSummary/components/Temperature/index.js +5 -1
  304. package/src/screens/UnitSummary/components/UvIndex/__test__/index.test.js +0 -8
  305. package/src/screens/UnitSummary/components/UvIndex/index.js +6 -2
  306. package/src/screens/UnitSummary/components/WaterQuality/Item/index.js +2 -2
  307. package/src/screens/UnitSummary/components/WaterQuality/__test__/index.test.js +14 -18
  308. package/src/screens/UnitSummary/components/__test__/UnitSummary.test.js +8 -8
  309. package/src/screens/UnitSummary/index.js +4 -8
  310. package/src/utils/Apis/axios.js +4 -2
  311. package/src/utils/Converter/__test__/timer.test.js +8 -0
  312. package/src/utils/Functions/preloadImages.js +13 -14
  313. package/src/utils/Monitor.js +2 -3
  314. package/src/utils/Route/index.js +0 -1
  315. package/src/utils/Storage.js +1 -1
  316. package/src/commons/Device/WindSpeed/LinearChart/__test__/LinearChart.test.js +0 -48
  317. package/src/commons/Device/WindSpeed/LinearChart/index.js +0 -155
  318. package/src/screens/AddNewGateway/hooks/__Tests__/index.test.js +0 -27
  319. package/src/screens/AddNewGateway/hooks/index.js +0 -31
  320. package/src/screens/SubUnit/Detail.js +0 -150
  321. package/src/screens/SubUnit/__test__/Detail.test.js +0 -125
  322. package/src/screens/UnitSummary/components/Temperature/ChartAverage/index.js +0 -62
  323. package/src/screens/UnitSummary/components/Temperature/__test__/ChartAverage.test.js +0 -17
  324. package/src/utils/dateHelper/getTickValues.js +0 -22
@@ -8,19 +8,7 @@ import { SCProvider } from '../../../../context';
8
8
  import { mockSCStore } from '../../../../context/mockStore';
9
9
  import { ViewButtonBottom } from '../../../../commons';
10
10
  import Routes from '../../../../utils/Route';
11
-
12
- const mockedGoBack = jest.fn();
13
- const mockedNavigate = jest.fn();
14
- jest.mock('@react-navigation/native', () => {
15
- return {
16
- ...jest.requireActual('@react-navigation/native'),
17
- useNavigation: () => ({
18
- navigate: mockedNavigate,
19
- goBack: mockedGoBack,
20
- }),
21
- useIsFocused: () => ({}),
22
- };
23
- });
11
+ import { useNavigation } from '@react-navigation/native';
24
12
 
25
13
  const wrapComponent = (route) => (
26
14
  <SCProvider initState={mockSCStore({})}>
@@ -30,10 +18,7 @@ const wrapComponent = (route) => (
30
18
 
31
19
  describe('Test ZigbeeDeviceConnectGuide', () => {
32
20
  let tree;
33
-
34
- beforeEach(async () => {
35
- mockedNavigate.mockClear();
36
- });
21
+ const { navigate } = useNavigation();
37
22
 
38
23
  it('create', async () => {
39
24
  await act(async () => {
@@ -58,13 +43,11 @@ describe('Test ZigbeeDeviceConnectGuide', () => {
58
43
  await act(async () => {
59
44
  viewButtonBottom.props.onRightClick();
60
45
  });
61
- expect(mockedNavigate).toHaveBeenCalled();
46
+ expect(navigate).toHaveBeenCalled();
62
47
  };
63
48
 
64
49
  it('test click next', async () => {
65
50
  await rightClick();
66
- expect(mockedNavigate.mock.calls[0][0]).toEqual(
67
- Routes.ConnectingZigbeeDevice
68
- );
51
+ expect(navigate.mock.calls[0][0]).toEqual(Routes.ConnectingZigbeeDevice);
69
52
  });
70
53
  });
@@ -1,6 +1,6 @@
1
1
  import React, { memo, useCallback, useEffect, useState, useMemo } from 'react';
2
2
  import { ScrollView, TouchableOpacity, View } from 'react-native';
3
- import { IconOutline } from '@ant-design/icons-react-native';
3
+ import AntDesign from 'react-native-vector-icons/AntDesign';
4
4
  import { CommonActions, useNavigation } from '@react-navigation/native';
5
5
  import { useTranslations } from '../../hooks/Common/useTranslations';
6
6
  import { Colors } from '../../configs';
@@ -357,7 +357,7 @@ const RenameNewDevices = memo(({ route }) => {
357
357
  />
358
358
  <View style={styles.content}>
359
359
  <View style={styles.viewIconSuccess}>
360
- <IconOutline name="check-circle" size={28} color={Colors.Green6} />
360
+ <AntDesign name="check-circle" size={28} color={Colors.Green6} />
361
361
  <Text
362
362
  semibold
363
363
  color={Colors.Black}
@@ -112,7 +112,7 @@ describe('Test AddNewGateway', () => {
112
112
  await act(async () => {
113
113
  viewButtonBottom.props.onLeftClick();
114
114
  });
115
- expect(mockedGoBack).toHaveBeenCalled();
115
+ expect(global.mockedGoBack).toHaveBeenCalled();
116
116
  });
117
117
 
118
118
  it('ViewButtonBottom onRightClick without select stationId', async () => {
@@ -124,7 +124,7 @@ describe('Test AddNewGateway', () => {
124
124
  await act(async () => {
125
125
  viewButtonBottom.props.onRightClick();
126
126
  });
127
- expect(mockedNavigate).not.toHaveBeenCalled();
127
+ expect(global.mockedNavigate).not.toHaveBeenCalled();
128
128
  });
129
129
 
130
130
  it('ViewButtonBottom onRightClick with stationId', async () => {
@@ -147,6 +147,6 @@ describe('Test AddNewGateway', () => {
147
147
  await act(async () => {
148
148
  viewButtonBottom.props.onRightClick();
149
149
  });
150
- expect(mockedNavigate).not.toBeCalled();
150
+ expect(global.mockedNavigate).not.toBeCalled();
151
151
  });
152
152
  });
@@ -15,27 +15,10 @@ const wrapComponent = (route) => (
15
15
 
16
16
  const mock = new MockAdapter(api.axiosInstance);
17
17
 
18
- const mockedNavigate = jest.fn();
19
- const mockedGoBack = jest.fn();
20
-
21
- jest.mock('@react-navigation/native', () => {
22
- return {
23
- ...jest.requireActual('@react-navigation/native'),
24
- useNavigation: () => ({
25
- navigate: mockedNavigate,
26
- goBack: mockedGoBack,
27
- }),
28
- };
29
- });
30
-
31
18
  describe('Test connecting modbus device', () => {
32
19
  let tree;
33
20
  let route;
34
21
 
35
- afterEach(() => {
36
- mockedNavigate.mockClear();
37
- });
38
-
39
22
  beforeEach(() => {
40
23
  route = {
41
24
  params: {
@@ -11,6 +11,7 @@ import api from '../../../utils/Apis/axios';
11
11
  import Processing from '../../../commons/Processing';
12
12
  import ConnectingDevice from '../ConnectingDevice';
13
13
  import { API } from '../../../configs';
14
+ import { useNavigation } from '@react-navigation/native';
14
15
 
15
16
  const wrapComponent = (route) => (
16
17
  <SCProvider initState={mockSCStore({})}>
@@ -20,31 +21,15 @@ const wrapComponent = (route) => (
20
21
 
21
22
  const mock = new MockAdapter(api.axiosInstance);
22
23
  jest.spyOn(Alert, 'alert').mockImplementation(() => {});
23
- const mockedNavigate = jest.fn();
24
- const mockedGoBack = jest.fn();
25
-
26
- jest.mock('@react-navigation/native', () => {
27
- return {
28
- ...jest.requireActual('@react-navigation/native'),
29
- useNavigation: () => ({
30
- navigate: mockedNavigate,
31
- goBack: mockedGoBack,
32
- }),
33
- };
34
- });
35
24
 
36
25
  describe('Test connecting wifi device', () => {
37
26
  let tree;
38
27
  let route;
28
+ const { goBack } = useNavigation();
39
29
 
40
- afterEach(() => {
41
- mockedNavigate.mockClear();
42
- mockedGoBack.mockClear();
30
+ beforeEach(() => {
43
31
  Alert.alert.mockReset();
44
32
  mock.reset();
45
- });
46
-
47
- beforeEach(() => {
48
33
  jest.useFakeTimers();
49
34
  route = {
50
35
  params: {
@@ -96,6 +81,6 @@ describe('Test connecting wifi device', () => {
96
81
  await act(async () => {
97
82
  Alert.alert.mock.calls[1][2][0].onPress();
98
83
  });
99
- expect(mockedGoBack).toBeCalled();
84
+ expect(goBack).toBeCalled();
100
85
  });
101
86
  });
@@ -10,19 +10,7 @@ import ConnectingWifiGuide from '../ConnectingWifiGuide';
10
10
  import InteractSmartphoneIcon from '../../../../assets/images/AddNewDevice/interact-smartphone-icon.svg';
11
11
  import AccessibilityLabel from '../../../configs/AccessibilityLabel';
12
12
 
13
- const mockedGoBack = jest.fn();
14
- const mockedNavigate = jest.fn();
15
13
  jest.spyOn(Alert, 'alert').mockImplementation(() => {});
16
- jest.mock('@react-navigation/native', () => {
17
- return {
18
- ...jest.requireActual('@react-navigation/native'),
19
- useNavigation: () => ({
20
- navigate: mockedNavigate,
21
- goBack: mockedGoBack,
22
- }),
23
- useIsFocused: () => true,
24
- };
25
- });
26
14
 
27
15
  const wrapComponent = (route) => (
28
16
  <SCProvider initState={mockSCStore({})}>
@@ -146,7 +134,7 @@ describe('test share wifi password', () => {
146
134
  await act(async () => {
147
135
  Alert.alert.mock.calls[0][2][0].onPress();
148
136
  });
149
- expect(mockedGoBack).toBeCalled();
137
+ expect(global.mockedGoBack).toBeCalled();
150
138
  });
151
139
 
152
140
  it('fail connect to wifi android show error push retry', async () => {
@@ -244,7 +232,7 @@ describe('test share wifi password', () => {
244
232
  });
245
233
  // todo Bang should test wifi display
246
234
  expect(socket.close).toBeCalled();
247
- expect(mockedNavigate).toBeCalledWith(
235
+ expect(global.mockedNavigate).toBeCalledWith(
248
236
  'ShareWifiPassword',
249
237
  expect.objectContaining({
250
238
  qrData: {
@@ -262,7 +250,7 @@ describe('test share wifi password', () => {
262
250
  })
263
251
  );
264
252
 
265
- // expect(mockedNavigate.mock.calls[0][0]).toEqual(Routes.ShareWifiPassword);
253
+ // expect(global.mockedNavigate.mock.calls[0][0]).toEqual(Routes.ShareWifiPassword);
266
254
  });
267
255
 
268
256
  it('got error while request wifi list from device', async () => {
@@ -18,38 +18,12 @@ const wrapComponent = (route) => (
18
18
 
19
19
  const mock = new MockAdapter(api.axiosInstance);
20
20
 
21
- jest.mock('react-native', () => {
22
- const RN = jest.requireActual('react-native');
23
- return Object.setPrototypeOf(
24
- {
25
- Alert: {
26
- ...RN.Alert,
27
- alert: jest.fn(),
28
- },
29
- },
30
- RN
31
- );
32
- });
33
-
34
- const mockedNavigate = jest.fn();
35
- const mockedGoBack = jest.fn();
36
- jest.mock('@react-navigation/native', () => {
37
- return {
38
- ...jest.requireActual('@react-navigation/native'),
39
- useNavigation: () => ({
40
- navigate: mockedNavigate,
41
- goBack: mockedGoBack,
42
- }),
43
- };
44
- });
45
-
46
21
  describe('Test connecting modbus device', () => {
47
22
  let tree;
48
23
  let route;
49
24
 
50
25
  beforeEach(() => {
51
26
  getPusher().resetMock();
52
- mockedNavigate.mockClear();
53
27
  });
54
28
 
55
29
  beforeEach(() => {
@@ -108,18 +82,21 @@ describe('Test connecting modbus device', () => {
108
82
  await act(async () => {
109
83
  await channel.trigger('progress', { success: 1 });
110
84
  });
111
- expect(mockedNavigate).toHaveBeenCalledWith(Routes.RenameNewDevices, {
112
- addDeviceType: undefined,
113
- unit: {
114
- id: 1,
115
- },
116
- subUnit: {
117
- id: 2,
118
- station: 'Station 2',
119
- },
120
- chipId: 3,
121
- sensorId: 1,
122
- });
85
+ expect(global.mockedNavigate).toHaveBeenCalledWith(
86
+ Routes.RenameNewDevices,
87
+ {
88
+ addDeviceType: undefined,
89
+ unit: {
90
+ id: 1,
91
+ },
92
+ subUnit: {
93
+ id: 2,
94
+ station: 'Station 2',
95
+ },
96
+ chipId: 3,
97
+ sensorId: 1,
98
+ }
99
+ );
123
100
  });
124
101
 
125
102
  it('receive sensor from channel after rejoin zigbee', async () => {
@@ -142,18 +119,21 @@ describe('Test connecting modbus device', () => {
142
119
  await act(async () => {
143
120
  await channel.trigger('progress', { success: 1 });
144
121
  });
145
- expect(mockedNavigate).toHaveBeenCalledWith(Routes.RenameNewDevices, {
146
- addDeviceType: undefined,
147
- unit: {
148
- id: 1,
149
- },
150
- subUnit: {
151
- id: 2,
152
- station: 'Station 2',
153
- },
154
- chipId: 3,
155
- sensorId: 1,
156
- isRejoin: true,
157
- });
122
+ expect(global.mockedNavigate).toHaveBeenCalledWith(
123
+ Routes.RenameNewDevices,
124
+ {
125
+ addDeviceType: undefined,
126
+ unit: {
127
+ id: 1,
128
+ },
129
+ subUnit: {
130
+ id: 2,
131
+ station: 'Station 2',
132
+ },
133
+ chipId: 3,
134
+ sensorId: 1,
135
+ isRejoin: true,
136
+ }
137
+ );
158
138
  });
159
139
  });
@@ -12,6 +12,7 @@ import Text from '../../../commons/Text';
12
12
  import _TextInput from '../../../commons/Form/TextInput';
13
13
  import API from '../../../configs/API';
14
14
  import { CheckBoxCustom } from '../../Sharing/Components';
15
+ import { useNavigation } from '@react-navigation/native';
15
16
 
16
17
  const wrapComponent = (route) => (
17
18
  <SCProvider initState={mockSCStore({})}>
@@ -21,22 +22,8 @@ const wrapComponent = (route) => (
21
22
 
22
23
  const mock = new MockAdapter(api.axiosInstance);
23
24
 
24
- const mockedNavigate = jest.fn();
25
- const mockedGoBack = jest.fn();
26
- const mockedDispatch = jest.fn();
27
-
28
- jest.mock('@react-navigation/native', () => {
29
- return {
30
- ...jest.requireActual('@react-navigation/native'),
31
- useNavigation: () => ({
32
- navigate: mockedNavigate,
33
- goBack: mockedGoBack,
34
- dispatch: mockedDispatch,
35
- }),
36
- };
37
- });
38
-
39
25
  describe('Test rename new devices', () => {
26
+ const { navigate } = useNavigation();
40
27
  let tree;
41
28
  let route;
42
29
  const listItemComponent = (instance) => {
@@ -74,7 +61,7 @@ describe('Test rename new devices', () => {
74
61
  }
75
62
  };
76
63
  const mockedDispatchNavigate = () => {
77
- expect(mockedDispatch).toBeCalledWith({
64
+ expect(global.mockedDispatch).toBeCalledWith({
78
65
  payload: {
79
66
  index: 0,
80
67
  routes: [
@@ -115,12 +102,9 @@ describe('Test rename new devices', () => {
115
102
  expect(button).toHaveLength(1);
116
103
  };
117
104
 
118
- afterEach(() => {
119
- mockedNavigate.mockClear();
120
- mock.reset();
121
- });
122
-
123
105
  beforeEach(() => {
106
+ navigate.mockClear();
107
+ mock.reset();
124
108
  route = {
125
109
  params: {
126
110
  unitId: 1,
@@ -452,7 +436,10 @@ describe('Test rename new devices', () => {
452
436
  );
453
437
  await act(async () => {
454
438
  doneButton.props.onPress();
455
- jest.advanceTimersByTime(3000);
439
+ });
440
+
441
+ await act(async () => {
442
+ jest.runOnlyPendingTimers();
456
443
  });
457
444
 
458
445
  expect(mock.history.post).toHaveLength(0);
@@ -8,19 +8,7 @@ import QRScan from '../../ScanChipQR/components/QRScan';
8
8
  import { getTranslate } from '../../../utils/I18n';
9
9
  import Routes from '../../../utils/Route';
10
10
  import { ViewButtonBottom } from '../../../commons';
11
-
12
- const mockedGoBack = jest.fn();
13
- const mockedNavigate = jest.fn();
14
- jest.mock('@react-navigation/native', () => {
15
- return {
16
- ...jest.requireActual('@react-navigation/native'),
17
- useNavigation: () => ({
18
- navigate: mockedNavigate,
19
- goBack: mockedGoBack,
20
- }),
21
- useIsFocused: () => true,
22
- };
23
- });
11
+ import { useNavigation } from '@react-navigation/native';
24
12
 
25
13
  const wrapComponent = (route) => (
26
14
  <SCProvider initState={mockSCStore({})}>
@@ -30,6 +18,7 @@ const wrapComponent = (route) => (
30
18
 
31
19
  describe('test scan gateway device QR', () => {
32
20
  let tree;
21
+ const { goBack, navigate } = useNavigation();
33
22
 
34
23
  it('render scan gateway device', async () => {
35
24
  const route = { params: {} };
@@ -51,17 +40,18 @@ describe('test scan gateway device QR', () => {
51
40
  const instance = tree.root;
52
41
  const qrScan = instance.findByType(QRScan);
53
42
  await act(async () => {
54
- qrScan.props.onScan(JSON.stringify(data), jest.fn());
43
+ qrScan.props.onScan(data, jest.fn());
55
44
  });
56
45
  };
57
46
 
58
47
  it('on scan wrong QR code', async () => {
59
- await scanQRCode({ imei: 'SAMSUNG-xxx' });
48
+ await scanQRCode('wrong json data');
60
49
 
61
50
  const instance = tree.root;
62
51
  const bottomSheet = instance.findByProps({
63
52
  title: getTranslate('en', 'invalid_qr_code'),
64
53
  });
54
+ expect(bottomSheet.props.isVisible).toBe(true);
65
55
 
66
56
  const buttonBottom = instance.findByType(ViewButtonBottom);
67
57
  await act(async () => {
@@ -72,12 +62,15 @@ describe('test scan gateway device QR', () => {
72
62
  await act(async () => {
73
63
  await buttonBottom.props.onLeftClick();
74
64
  });
75
- expect(mockedGoBack).toBeCalled();
65
+ expect(goBack).toBeCalled();
76
66
  });
77
67
 
78
68
  it('on scan correct QR code', async () => {
79
- await scanQRCode({ org_slug: 'eoh', prefix: 'lite' }, jest.fn());
80
- expect(mockedNavigate).toHaveBeenCalled();
81
- expect(mockedNavigate.mock.calls[0][0]).toEqual(Routes.ConnectingWifiGuide);
69
+ await scanQRCode(
70
+ JSON.stringify({ org_slug: 'eoh', prefix: 'lite' }),
71
+ jest.fn()
72
+ );
73
+ expect(navigate).toHaveBeenCalled();
74
+ expect(navigate.mock.calls[0][0]).toEqual(Routes.ConnectingWifiGuide);
82
75
  });
83
76
  });
@@ -8,19 +8,7 @@ import QRScan from '../../ScanChipQR/components/QRScan';
8
8
  import { getTranslate } from '../../../utils/I18n';
9
9
  import Routes from '../../../utils/Route';
10
10
  import ViewButtonBottom from '../../../commons/ViewButtonBottom';
11
-
12
- const mockedGoBack = jest.fn();
13
- const mockedNavigate = jest.fn();
14
- jest.mock('@react-navigation/native', () => {
15
- return {
16
- ...jest.requireActual('@react-navigation/native'),
17
- useNavigation: () => ({
18
- navigate: mockedNavigate,
19
- goBack: mockedGoBack,
20
- }),
21
- useIsFocused: () => true,
22
- };
23
- });
11
+ import { useNavigation } from '@react-navigation/native';
24
12
 
25
13
  const wrapComponent = (route) => (
26
14
  <SCProvider initState={mockSCStore({})}>
@@ -43,6 +31,7 @@ describe('test scan modbus QR', () => {
43
31
  });
44
32
 
45
33
  it('cancel scan modbus device', async () => {
34
+ const { goBack } = useNavigation();
46
35
  const route = { params: {} };
47
36
  await act(async () => {
48
37
  tree = await renderer.create(wrapComponent(route));
@@ -53,7 +42,7 @@ describe('test scan modbus QR', () => {
53
42
  await act(async () => {
54
43
  qrScanComponent.props.onLeftClick();
55
44
  });
56
- expect(mockedGoBack).toHaveBeenCalled();
45
+ expect(goBack).toHaveBeenCalled();
57
46
  });
58
47
 
59
48
  const scanQRCode = async (data) => {
@@ -79,8 +68,9 @@ describe('test scan modbus QR', () => {
79
68
  });
80
69
 
81
70
  it('on scan correct QR code', async () => {
71
+ const { navigate } = useNavigation();
82
72
  await scanQRCode({ imei: 'SENSOR-xxx' }, jest.fn());
83
- expect(mockedNavigate).toHaveBeenCalled();
84
- expect(mockedNavigate.mock.calls[0][0]).toEqual(Routes.SelectModbusGateway);
73
+ expect(navigate).toHaveBeenCalled();
74
+ expect(navigate.mock.calls[0][0]).toEqual(Routes.SelectModbusGateway);
85
75
  });
86
76
  });
@@ -7,19 +7,6 @@ import { mockSCStore } from '../../../context/mockStore';
7
7
  import QRScan from '../../ScanChipQR/components/QRScan';
8
8
  import Routes from '../../../utils/Route';
9
9
 
10
- const mockedGoBack = jest.fn();
11
- const mockedNavigate = jest.fn();
12
- jest.mock('@react-navigation/native', () => {
13
- return {
14
- ...jest.requireActual('@react-navigation/native'),
15
- useNavigation: () => ({
16
- navigate: mockedNavigate,
17
- goBack: mockedGoBack,
18
- }),
19
- useIsFocused: () => true,
20
- };
21
- });
22
-
23
10
  const wrapComponent = (route) => (
24
11
  <SCProvider initState={mockSCStore({})}>
25
12
  <ScanWifiDeviceQR route={route} />
@@ -55,7 +42,9 @@ describe('test scan wifi device QR', () => {
55
42
 
56
43
  it('on scan correct QR code', async () => {
57
44
  await scanQRCode({ prefix: 'robot', org_slug: 'eoh' }, jest.fn());
58
- expect(mockedNavigate).toHaveBeenCalled();
59
- expect(mockedNavigate.mock.calls[0][0]).toEqual(Routes.ConnectingWifiGuide);
45
+ expect(global.mockedNavigate).toHaveBeenCalled();
46
+ expect(global.mockedNavigate.mock.calls[0][0]).toEqual(
47
+ Routes.ConnectingWifiGuide
48
+ );
60
49
  });
61
50
  });
@@ -35,7 +35,7 @@ describe('Test SelectSubUnit', () => {
35
35
  await act(async () => {
36
36
  viewButtonBottom.props.onRightClick();
37
37
  });
38
- expect(mockedNavigate).toHaveBeenCalled();
38
+ expect(global.mockedNavigate).toHaveBeenCalled();
39
39
  });
40
40
  it('test ViewButtonBottom onRightClick MODBUS', async () => {
41
41
  const route = { params: { deviceType: DEVICE_TYPE.MODBUS } };
@@ -47,7 +47,7 @@ describe('Test SelectSubUnit', () => {
47
47
  await act(async () => {
48
48
  viewButtonBottom.props.onRightClick();
49
49
  });
50
- expect(mockedNavigate).toHaveBeenCalled();
50
+ expect(global.mockedNavigate).toHaveBeenCalled();
51
51
  });
52
52
  it('test ViewButtonBottom onRightClick ZIGBEE', async () => {
53
53
  const route = { params: { deviceType: DEVICE_TYPE.ZIGBEE } };
@@ -59,6 +59,6 @@ describe('Test SelectSubUnit', () => {
59
59
  await act(async () => {
60
60
  viewButtonBottom.props.onRightClick();
61
61
  });
62
- expect(mockedNavigate).toHaveBeenCalled();
62
+ expect(global.mockedNavigate).toHaveBeenCalled();
63
63
  });
64
64
  });
@@ -108,8 +108,10 @@ describe('Test select device type', () => {
108
108
  },
109
109
  },
110
110
  });
111
- expect(mockedNavigate).toBeCalled();
112
- expect(mockedNavigate.mock.calls[0][0]).toEqual(Routes.SelectDeviceSubUnit);
111
+ expect(global.mockedNavigate).toBeCalled();
112
+ expect(global.mockedNavigate.mock.calls[0][0]).toEqual(
113
+ Routes.SelectDeviceSubUnit
114
+ );
113
115
  });
114
116
 
115
117
  it('select zigbee', async () => {
@@ -124,8 +126,10 @@ describe('Test select device type', () => {
124
126
  },
125
127
  },
126
128
  });
127
- expect(mockedNavigate).toBeCalled();
128
- expect(mockedNavigate.mock.calls[0][0]).toEqual(Routes.SelectDeviceSubUnit);
129
+ expect(global.mockedNavigate).toBeCalled();
130
+ expect(global.mockedNavigate.mock.calls[0][0]).toEqual(
131
+ Routes.SelectDeviceSubUnit
132
+ );
129
133
  });
130
134
 
131
135
  it('select zigbee reach limit', async () => {
@@ -146,7 +150,7 @@ describe('Test select device type', () => {
146
150
  },
147
151
  },
148
152
  });
149
- expect(mockedNavigate).not.toBeCalled();
153
+ expect(global.mockedNavigate).not.toBeCalled();
150
154
  expect(spyToastError).toBeCalledWith(
151
155
  getTranslate('en', 'reach_max_configs_per_unit', { length: 1 }),
152
156
  '',
@@ -166,8 +170,10 @@ describe('Test select device type', () => {
166
170
  },
167
171
  },
168
172
  });
169
- expect(mockedNavigate).toBeCalled();
170
- expect(mockedNavigate.mock.calls[0][0]).toEqual(Routes.ScanGatewayQR);
173
+ expect(global.mockedNavigate).toBeCalled();
174
+ expect(global.mockedNavigate.mock.calls[0][0]).toEqual(
175
+ Routes.ScanGatewayQR
176
+ );
171
177
  });
172
178
 
173
179
  it('select gateway reach limit', async () => {
@@ -187,7 +193,7 @@ describe('Test select device type', () => {
187
193
  },
188
194
  },
189
195
  });
190
- expect(mockedNavigate).not.toBeCalled();
196
+ expect(global.mockedNavigate).not.toBeCalled();
191
197
  expect(spyToastError).toBeCalledWith(
192
198
  getTranslate('en', 'reach_max_chips_per_unit', { length: 1 }),
193
199
  '',
@@ -283,7 +289,9 @@ describe('Test select device type', () => {
283
289
  },
284
290
  },
285
291
  });
286
- expect(mockedNavigate).toBeCalled();
287
- expect(mockedNavigate.mock.calls[0][0]).toEqual(Routes.SelectDeviceSubUnit);
292
+ expect(global.mockedNavigate).toBeCalled();
293
+ expect(global.mockedNavigate.mock.calls[0][0]).toEqual(
294
+ Routes.SelectDeviceSubUnit
295
+ );
288
296
  });
289
297
  });
@@ -41,6 +41,6 @@ describe('test single SelectUnit', () => {
41
41
  await act(async () => {
42
42
  goBack.props.onPress();
43
43
  });
44
- expect(mockedNavigate).toBeCalled();
44
+ expect(global.mockedNavigate).toBeCalled();
45
45
  });
46
46
  });
@@ -60,14 +60,17 @@ describe('Test select modbus gateway', () => {
60
60
  selectGateway.props.onPressNext({ id: 3 });
61
61
  });
62
62
 
63
- expect(mockedNavigate).toBeCalledWith(Routes.ConnectingModbusDevice, {
64
- unit: {
65
- id: 1,
66
- },
67
- subUnit: {
68
- id: 2,
69
- },
70
- chipId: 3,
71
- });
63
+ expect(global.mockedNavigate).toBeCalledWith(
64
+ Routes.ConnectingModbusDevice,
65
+ {
66
+ unit: {
67
+ id: 1,
68
+ },
69
+ subUnit: {
70
+ id: 2,
71
+ },
72
+ chipId: 3,
73
+ }
74
+ );
72
75
  });
73
76
  });