@eohjsc/react-native-smart-city 0.6.2 → 0.7.3-rc1
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.
- package/README.md +3 -3
- package/android/build.gradle +7 -10
- package/assets/images/Automation-fill.svg +85 -0
- package/assets/images/Scenario-filled.svg +22 -0
- package/assets/images/schedule-fill.svg +48 -0
- package/package.json +53 -70
- package/src/commons/Action/ItemQuickAction.js +1 -1
- package/src/commons/Action/__test__/ItemQuickAction.test.js +2 -2
- package/src/commons/ActionGroup/NumberUpDownActionTemplate.js +3 -3
- package/src/commons/ActionGroup/OnOffSmartLock/AutoLock/ButtonWrapper.js +3 -3
- package/src/commons/ActionGroup/OnOffSmartLock/PasscodeList/__test__/ItemPasscode.test.js +2 -2
- package/src/commons/ActionGroup/OnOffSmartLock/PasscodeList/__test__/index.test.js +3 -3
- package/src/commons/ActionGroup/OnOffSmartLock/PasscodeList/index.js +3 -3
- package/src/commons/ActionGroup/OnOffSmartLock/SetupGeneratePasscode/ButtonWrapper.js +2 -2
- package/src/commons/ActionGroup/OnOffSmartLock/SetupGeneratePasscode/__test__/index.test.js +0 -15
- package/src/commons/ActionGroup/OnOffTemplate/OnOffSimpleTemplate.js +2 -2
- package/src/commons/ActionGroup/OptionsDropdownActionTemplate.js +2 -2
- package/src/commons/ActionGroup/SmartTiviActionTemplate/SmartTiviActionTemplate.js +2 -2
- package/src/commons/ActionGroup/SmartTiviActionTemplate/component/CircleButton.js +5 -5
- package/src/commons/ActionGroup/SmartTiviActionTemplate/component/ControlPlay.js +5 -5
- package/src/commons/ActionGroup/TerminalBoxTemplate.js +2 -2
- package/src/commons/ActionGroup/TextBoxTemplate.js +2 -2
- package/src/commons/ActionGroup/ThreeButtonTemplate/__test__/ThreeButtonTemplate.test.js +4 -4
- package/src/commons/ActionGroup/TimerActionTemplate.js +4 -5
- package/src/commons/ActionGroup/TwoButtonTemplate/index.js +2 -2
- package/src/commons/ActionGroup/__test__/ColorPickerTemplate.test.js +4 -9
- package/src/commons/ActionGroup/__test__/NumberUpDownTemplate.test.js +2 -9
- package/src/commons/ActionGroup/__test__/OnOffButtonTemplate.test.js +4 -11
- package/src/commons/ActionGroup/__test__/OnOffSmartLock.test.js +2 -9
- package/src/commons/ActionGroup/__test__/OnOffTemplate.test.js +4 -18
- package/src/commons/ActionGroup/__test__/OneBigButtonTemplate.test.js +2 -2
- package/src/commons/ActionGroup/__test__/OptionsDropdownTemplate.test.js +1 -8
- package/src/commons/ActionGroup/__test__/StatesGridActionTemplate.test.js +0 -7
- package/src/commons/ActionGroup/__test__/SwitchButtonTemplate.test.js +4 -15
- package/src/commons/ActionGroup/__test__/TerminalBoxTemplate.test.js +0 -7
- package/src/commons/ActionGroup/__test__/TextBoxTemplate.test.js +1 -8
- package/src/commons/ActionGroup/__test__/TimerActionTemplate.test.js +8 -15
- package/src/commons/ActionGroup/__test__/TimerActionTemplateWithutConfigValue.test.js +2 -10
- package/src/commons/ActionGroup/__test__/TwoButtonTemplate.test.js +3 -20
- package/src/commons/ActionGroup/__test__/index.test.js +15 -23
- package/src/commons/ActionTemplate/__test__/index.test.js +2 -0
- package/src/commons/ActionTemplate/__test__/utils.js +21 -0
- package/src/commons/ActionTemplate/index.js +1 -2
- package/src/commons/BackDefault/index.js +2 -2
- package/src/commons/ButtonPopup/index.js +2 -2
- package/src/commons/Calendar/__test__/Calendar.test.js +0 -7
- package/src/commons/CircleButton/__test__/CircleButton.test.js +2 -2
- package/src/commons/Dashboard/MyPinnedSharedUnit/__test__/MyPinnedSharedUnit.test.js +11 -25
- package/src/commons/Dashboard/MyUnit/__test__/MyUnit.test.js +27 -20
- package/src/commons/Dashboard/MyUnit/index.js +0 -1
- package/src/commons/DateTimeRangeChange/DateTimeButton.js +2 -2
- package/src/commons/DateTimeRangeChange/__test__/DateTimeButton.test.js +4 -4
- package/src/commons/DateTimeRangeChange/index.js +3 -3
- package/src/commons/Device/ConnectedViewHeader.js +2 -2
- package/src/commons/Device/DisconnectedView.js +2 -2
- package/src/commons/Device/Emergency/EmergencyDetail.js +3 -3
- package/src/commons/Device/Emergency/__test__/EmergencyDetail.test.js +2 -2
- package/src/commons/Device/FlatListItems.js +3 -3
- package/src/commons/Device/Hanet/ItemHanetDevice.js +3 -3
- package/src/commons/Device/Hanet/ItemHanetDevice.test.js +3 -11
- package/src/commons/Device/ItemAddNew/index.js +2 -2
- package/src/commons/Device/ItemDevice.js +5 -21
- package/src/commons/Device/SonosSpeaker/index.js +3 -3
- package/src/commons/Device/WaterPurifierStatus/AlertStatusMachine.js +2 -2
- package/src/commons/Device/WaterQualitySensor/QualityIndicatorsItem.js +2 -6
- package/src/commons/DisplayChecking/index.js +2 -2
- package/src/commons/EmergencyButton/AlertSendConfirm.js +2 -2
- package/src/commons/EmergencyButton/AlertSent.js +6 -2
- package/src/commons/FieldTemplate/ChooseUserField/index.js +2 -2
- package/src/commons/FieldTemplate/PasscodeField/__test__/index.test.js +5 -5
- package/src/commons/FieldTemplate/ScheduleField/__test__/index.test.js +9 -9
- package/src/commons/Form/CurrencyInput.js +1 -15
- package/src/commons/GroupCheckBox/__test__/GroupCheckBox.test.js +1 -22
- package/src/commons/Header/HeaderCustom.js +8 -3
- package/src/commons/HeaderAni/index.js +2 -2
- package/src/commons/IconComponent/index.js +3 -3
- package/src/commons/MediaPlayerDetail/MediaPlayerFull.js +1 -1
- package/src/commons/MediaPlayerDetail/__test__/MediaPlayerFull.test.js +12 -48
- package/src/commons/MenuActionAddnew/__test__/MenuActionAddNew.test.js +1 -1
- package/src/commons/MenuActionList/__test__/MenuActionList.test.js +1 -0
- package/src/commons/MenuActionMore/MenuActionMoreStyles.js +2 -1
- package/src/commons/MenuActionMore/index.js +1 -1
- package/src/commons/NavBar/NavBarStyles.js +1 -1
- package/src/commons/NavBar/index.js +2 -2
- package/src/commons/OneTapTemplate/NumberUpDownActionTemplate.js +3 -3
- package/src/commons/PreventAccess/__test__/PreventAccess.test.js +1 -13
- package/src/commons/Processing/__test__/Connecting.test.js +3 -14
- package/src/commons/SearchLocation/index.js +3 -3
- package/src/commons/SelectActionCard/index.js +2 -2
- package/src/commons/SelectSubUnit/__test__/SelectSubUnit.test.js +1 -18
- package/src/commons/SelectSubUnit/index.js +2 -2
- package/src/commons/SelectUnit/__test__/SelectUnit.test.js +1 -13
- package/src/commons/Sharing/BtnRemoveMember.js +2 -2
- package/src/commons/Sharing/StationDevicePermissions.js +2 -2
- package/src/commons/Sharing/WrapHeaderScrollable.js +1 -1
- package/src/commons/Sharing/__test__/ButtonRemoveMember.test.js +2 -2
- package/src/commons/Sharing/__test__/DevicePermissionsCheckbox.test.js +1 -1
- package/src/commons/SubUnit/DeviceTemplate/ConfigAndEvaluation/ConfigAndEvaluation.js +2 -2
- package/src/commons/SubUnit/DeviceTemplate/ConfigValue/ConfigValue.js +2 -2
- package/src/commons/SubUnit/DeviceTemplate/EvaluationOverConfig/EvaluationOverConfig.js +2 -2
- package/src/commons/SubUnit/Item/index.js +3 -3
- package/src/commons/SubUnit/OneTap/ItemOneTap.js +5 -5
- package/src/commons/SubUnit/OneTap/__test__/SubUnitAutomate.test.js +11 -8
- package/src/commons/SubUnit/__test__/Favorites.test.js +1 -13
- package/src/commons/SubUnit/__test__/ShortDetail.test.js +5 -16
- package/src/commons/SummaryItem/index.js +22 -23
- package/src/commons/Tabbar/__test__/index.test.js +0 -11
- package/src/commons/Unit/HeaderUnit/index.js +93 -85
- package/src/commons/Unit/SharedUnit.js +7 -7
- package/src/commons/Unit/__test__/HeaderUnit.test.js +29 -52
- package/src/commons/Unit/__test__/SharedUnit.test.js +94 -105
- package/src/commons/UnitSummary/AirQuality/SegmentedRoundDisplay/index.js +11 -30
- package/src/commons/Widgets/IFrameWithConfig/IFrameWithConfig.js +44 -1
- package/src/commons/Widgets/IFrameWithConfig/__tests__/IFrameWithConfig.test.js +69 -0
- package/src/commons/WrapParallaxScrollView/index.js +20 -50
- package/src/configs/API.js +1 -2
- package/src/configs/Constants.js +3 -3
- package/src/hooks/Common/__test__/useAndroidTranslucentStatusBar.test.js +4 -15
- package/src/hooks/Common/useIsOwnerOfUnit.js +1 -1
- package/src/hooks/IoT/__test__/useRemoteControl.test.js +1 -1
- package/src/hooks/IoT/__test__/useWatchConfigs.test.js +6 -21
- package/src/iot/RemoteControl/HomeAssistant.js +1 -1
- package/src/iot/RemoteControl/__test__/Bluetooth.test.js +234 -232
- package/src/navigations/AddDeviceStack.js +2 -2
- package/src/navigations/AddGatewayStack.js +2 -2
- package/src/navigations/AddLGDeviceStack.js +2 -2
- package/src/navigations/AddMemberStack.js +2 -2
- package/src/navigations/AddSubUnitStack.js +2 -2
- package/src/navigations/AddUnitStack.js +2 -2
- package/src/navigations/AllGatewayStack.js +2 -2
- package/src/navigations/AutomateStack.js +4 -4
- package/src/navigations/EmergencyContactsStack.js +4 -4
- package/src/navigations/GatewayStack.js +2 -2
- package/src/navigations/HanetCameraStack.js +2 -2
- package/src/navigations/Main.js +2 -2
- package/src/navigations/NotificationStack.js +2 -2
- package/src/navigations/SharedStack.js +8 -6
- package/src/navigations/SmartAccountStack.js +2 -2
- package/src/navigations/SmartIrStack.js +2 -2
- package/src/navigations/SmartLockStack.js +2 -2
- package/src/navigations/SmartStack.js +2 -2
- package/src/navigations/TemplateStack.js +2 -2
- package/src/navigations/UnitStack.js +4 -12
- package/src/navigations/utils.js +1 -4
- package/src/screens/ActivityLog/hooks/index.js +7 -4
- package/src/screens/ActivityLog/index.js +2 -2
- package/src/screens/AddCommon/__test__/SelectSubUnit.test.js +4 -21
- package/src/screens/AddCommon/__test__/SelectUnit.test.js +7 -19
- package/src/screens/AddLocationMaps/__test__/index.test.js +3 -13
- package/src/screens/AddLocationMaps/index.js +11 -6
- package/src/screens/AddNewDevice/__test__/AddNewDevice.test.js +3 -20
- package/src/screens/AddNewGateway/PlugAndPlay/__test__/FirstWarning.test.js +11 -18
- package/src/screens/AddNewGateway/PlugAndPlay/__test__/ZigbeeDeviceConnectGuide.test.js +4 -21
- package/src/screens/AddNewGateway/RenameNewDevices.js +2 -2
- package/src/screens/AddNewGateway/__test__/AddNewGateway.test.js +3 -3
- package/src/screens/AddNewGateway/__test__/ConnectingModbusDevice.test.js +0 -17
- package/src/screens/AddNewGateway/__test__/ConnectingWifiDevice.test.js +4 -19
- package/src/screens/AddNewGateway/__test__/ConnectingWifiGuide.test.js +3 -15
- package/src/screens/AddNewGateway/__test__/ConnectingZigbeeDevice.test.js +31 -51
- package/src/screens/AddNewGateway/__test__/RenameNewDevices.test.js +9 -22
- package/src/screens/AddNewGateway/__test__/ScanGatewayQR.test.js +12 -19
- package/src/screens/AddNewGateway/__test__/ScanModbusQR.test.js +6 -16
- package/src/screens/AddNewGateway/__test__/ScanWifiDeviceQR.test.js +4 -15
- package/src/screens/AddNewGateway/__test__/SelectDeviceSubUnit.test.js +3 -3
- package/src/screens/AddNewGateway/__test__/SelectDeviceType.test.js +18 -10
- package/src/screens/AddNewGateway/__test__/SelectDeviceUnit.test.js +1 -1
- package/src/screens/AddNewGateway/__test__/SelectModbusGateway.test.js +12 -9
- package/src/screens/AddNewGateway/__test__/SelectZigbeeGateway.test.js +12 -9
- package/src/screens/AddNewGateway/__test__/ShareWifiPassword.test.js +7 -21
- package/src/screens/AllGateway/DetailConfigActionInternal/__test__/index.test.js +0 -20
- package/src/screens/AllGateway/DetailConfigActionModbus/__test__/index.test.js +7 -24
- package/src/screens/AllGateway/DeviceGatewayInfo/__test__/index.test.js +0 -17
- package/src/screens/AllGateway/DeviceInternalDetail/__test__/index.test.js +84 -100
- package/src/screens/AllGateway/DeviceModbusDetail/__test__/index.test.js +64 -82
- package/src/screens/AllGateway/DeviceZigbeeDetail/__test__/index.test.js +36 -55
- package/src/screens/AllGateway/GatewayConnectionMethods/__test__/index.test.js +9 -18
- package/src/screens/AllGateway/GatewayDetail/__test__/index.test.js +10 -37
- package/src/screens/AllGateway/GatewayInfo/__test__/index.test.js +7 -32
- package/src/screens/AllGateway/__test__/index.test.js +1 -14
- package/src/screens/AllGateway/components/GatewayItem/__test__/index.test.js +0 -12
- package/src/screens/AllGateway/components/TabPaneCT/__test__/index.test.js +1 -13
- package/src/screens/AllGateway/components/TabPaneCT/index.js +1 -1
- package/src/screens/AllGateway/hooks/__test__/index.test.js +1 -8
- package/src/screens/AllGateway/test-utils.js +1 -1
- package/src/screens/Automate/AddNewAction/NewActionWrapper.js +2 -2
- package/src/screens/Automate/AddNewAction/SetupConfigCondition.js +27 -28
- package/src/screens/Automate/AddNewAction/__test__/ChooseAction.test.js +3 -3
- package/src/screens/Automate/AddNewAction/__test__/ChooseConfig.test.js +8 -5
- package/src/screens/Automate/AddNewAction/__test__/SelectControlDevices.test.js +2 -2
- package/src/screens/Automate/AddNewAction/__test__/SelectMonitorDevices.test.js +1 -18
- package/src/screens/Automate/AddNewAction/__test__/SetupConfigCondition.test.js +17 -15
- package/src/screens/Automate/AddNewAutoSmart/__test__/AddNewAutoSmart.test.js +4 -4
- package/src/screens/Automate/EditActionsList/__tests__/UpdateActionScript.test.js +38 -55
- package/src/screens/Automate/EditActionsList/__tests__/UpdateDelayScript.test.js +0 -18
- package/src/screens/Automate/EditActionsList/__tests__/UpdateNotifyScript.test.js +1 -19
- package/src/screens/Automate/EditActionsList/__tests__/index.test.js +14 -11
- package/src/screens/Automate/OneTap/__test__/AddNewOneTap.test.js +3 -3
- package/src/screens/Automate/Scenario/__test__/AddNewOneTap.test.js +2 -2
- package/src/screens/Automate/ScriptDetail/Components/AddActionScript.js +2 -2
- package/src/screens/Automate/ScriptDetail/__test__/index.test.js +33 -25
- package/src/screens/Automate/ScriptDetail/index.js +6 -6
- package/src/screens/Automate/SetSchedule/__test__/index.test.js +4 -4
- package/src/screens/Automate/SetSchedule/components/RowItem.js +3 -3
- package/src/screens/Automate/Styles/indexStyles.js +6 -0
- package/src/screens/Automate/__test__/MultiUnits.test.js +7 -7
- package/src/screens/Automate/__test__/index.test.js +9 -34
- package/src/screens/Automate/index.js +50 -33
- package/src/screens/ChangePosition/__test__/index.test.js +1 -14
- package/src/screens/ConfirmUnitDeletion/__test__/ConfirmUnitDeletion.test.js +1 -23
- package/src/screens/Device/EditDevice/__test__/EditDevice.test.js +1 -11
- package/src/screens/Device/EditDevice/index.js +2 -2
- package/src/screens/Device/__test__/detail.test.js +11 -11
- package/src/screens/Device/__test__/sensorDisplayItem.test.js +0 -12
- package/src/screens/Device/detail.js +14 -12
- package/src/screens/Drawer/Drawer.test.js +3 -11
- package/src/screens/Drawer/index.js +3 -4
- package/src/screens/EmergencyContacts/EmergencyContactsList.js +4 -8
- package/src/screens/EmergencyContacts/EmergencyContactsSelectContacts.js +3 -3
- package/src/screens/EmergencyContacts/__test__/EmergencyContactAddNew.test.js +4 -17
- package/src/screens/EmergencyContacts/__test__/EmergencyContactList.test.js +3 -14
- package/src/screens/EmergencyContacts/__test__/EmergencyContactsSelectContacts.test.js +0 -10
- package/src/screens/EmergencySetting/components/DropDownItem.js +2 -2
- package/src/screens/EnterPassword/__test__/EnterPassword.test.js +4 -17
- package/src/screens/GuestInfo/__test__/index.test.js +0 -11
- package/src/screens/GuestInfo/components/RowGuestInfo.js +2 -2
- package/src/screens/GuestInfo/index.js +2 -2
- package/src/screens/HanetCamera/Detail.js +6 -2
- package/src/screens/HanetCamera/ManageAccess.js +3 -4
- package/src/screens/HanetCamera/MemberInfo.js +4 -4
- package/src/screens/HanetCamera/__test__/CaptureFaceID.test.js +2 -16
- package/src/screens/HanetCamera/__test__/Detail.test.js +1 -12
- package/src/screens/HanetCamera/__test__/ManageAccess.test.js +5 -16
- package/src/screens/HanetCamera/__test__/MemberInfo.test.js +5 -18
- package/src/screens/HanetCamera/components/RequestFaceIDPopup.js +2 -2
- package/src/screens/ManageAccess/__test__/ManageAccess.test.js +3 -19
- package/src/screens/ManageAccess/index.js +3 -3
- package/src/screens/MoveToAnotherSubUnit/__test__/index.test.js +7 -7
- package/src/screens/Notification/__test__/Notification.test.js +5 -15
- package/src/screens/Notification/__test__/NotificationItem.test.js +9 -19
- package/src/screens/Notification/index.js +5 -5
- package/src/screens/PlayBackCamera/__test__/index.test.js +13 -22
- package/src/screens/PlayBackCamera/index.js +2 -2
- package/src/screens/ScanChipQR/components/QRScan/__test__/QRScan.test.js +0 -11
- package/src/screens/ScanChipQR/components/QRScan/index.js +3 -3
- package/src/screens/SelectUnit/__test__/index.test.js +9 -29
- package/src/screens/SelectUnit/index.js +2 -2
- package/src/screens/SharedUnit/TabHeader.js +2 -2
- package/src/screens/SharedUnit/index.js +5 -0
- package/src/screens/Sharing/Components/EndDevice.js +3 -3
- package/src/screens/Sharing/SelectUser.js +5 -4
- package/src/screens/Sharing/UnitMemberList.js +7 -6
- package/src/screens/Sharing/__test__/InfoMemberUnit.test.js +9 -4
- package/src/screens/Sharing/__test__/SelectShareDevice.test.js +2 -15
- package/src/screens/Sharing/__test__/SelectUser.test.js +2 -22
- package/src/screens/Sharing/__test__/UnitMemberList.test.js +2 -2
- package/src/screens/Sharing/__test__/UpdateShareDevice.test.js +4 -17
- package/src/screens/Sharing/hooks/__test__/index.test.js +2 -13
- package/src/screens/SmartAccount/Connecting/index.js +0 -2
- package/src/screens/SmartAccount/ListDevice/__test__/ListDevice.test.js +3 -18
- package/src/screens/SmartAccount/SuccessfullyConnected/__test__/SuccessfullyConnected.test.js +11 -21
- package/src/screens/SmartAccount/SuccessfullyConnected/index.js +3 -4
- package/src/screens/SmartAccount/__test__/Connecting.test.js +30 -36
- package/src/screens/SmartAccount/__test__/SmartAccount.test.js +12 -21
- package/src/screens/SmartIr/__test__/GroupButtonByType.test.js +8 -17
- package/src/screens/SmartIr/__test__/SelectBrand.test.js +1 -11
- package/src/screens/SmartIr/__test__/SelectDeviceType.test.js +1 -12
- package/src/screens/SmartIr/__test__/SmartIr.test.js +3 -11
- package/src/screens/SmartIr/components/GroupButtonByType/GroupButtonByType.js +6 -5
- package/src/screens/SmartIr/components/SelectBrand.js +2 -2
- package/src/screens/SubUnit/AddSubUnit.js +1 -0
- package/src/screens/SubUnit/EditSubUnit.js +3 -2
- package/src/screens/SubUnit/ManageSubUnit.js +5 -5
- package/src/screens/SubUnit/__test__/AddSubUnit.test.js +9 -31
- package/src/screens/SubUnit/__test__/EditSubUnit.test.js +12 -30
- package/src/screens/SubUnit/__test__/ManageSubUnit.test.js +2 -2
- package/src/screens/SubUnit/hooks/__test__/useManageSubUnit.test.js +0 -12
- package/src/screens/SyncLGDevice/__test__/AddLGDevice.test.js +7 -20
- package/src/screens/Template/__test__/EditTemplate.test.js +4 -15
- package/src/screens/Template/__test__/GatewayList.test.js +0 -9
- package/src/screens/Template/__test__/detail.test.js +8 -8
- package/src/screens/Template/__test__/index.test.js +3 -14
- package/src/screens/Template/detail.js +2 -2
- package/src/screens/Unit/Detail.js +10 -55
- package/src/screens/Unit/MoreMenu.js +6 -5
- package/src/screens/Unit/SelectAddToFavorites.js +2 -2
- package/src/screens/Unit/SelectAddress.js +9 -4
- package/src/screens/Unit/SmartAccountItem.js +2 -2
- package/src/screens/Unit/Station/__test__/index.test.js +2 -2
- package/src/screens/Unit/Summaries.js +24 -29
- package/src/screens/Unit/__test__/AddMenu.test.js +5 -2
- package/src/screens/Unit/__test__/CheckSendEmail.test.js +0 -12
- package/src/screens/Unit/__test__/ChooseLocation.test.js +1 -4
- package/src/screens/Unit/__test__/Detail.test.js +14 -12
- package/src/screens/Unit/__test__/ManageUnit.test.js +2 -17
- package/src/screens/Unit/__test__/MoreMenu.test.js +6 -12
- package/src/screens/Unit/__test__/SelectAddToFavorites.test.js +3 -14
- package/src/screens/Unit/__test__/SelectAddress.test.js +4 -17
- package/src/screens/Unit/__test__/SmartAccount.test.js +14 -11
- package/src/screens/Unit/__test__/SmartAccountItem.test.js +0 -11
- package/src/screens/Unit/__test__/Summaries.test.js +2 -14
- package/src/screens/Unit/components/AutomateScript/index.js +5 -5
- package/src/screens/Unit/components/ButtonWrapper/index.js +3 -4
- package/src/screens/Unit/components/Header/index.js +5 -4
- package/src/screens/Unit/components/SharedUnit/index.js +5 -5
- package/src/screens/Unit/components/__test__/Header.test.js +1 -14
- package/src/screens/Unit/components/__test__/MyUnitDevice.test.js +1 -11
- package/src/screens/Unit/components/__test__/SharedUnit.test.js +1 -11
- package/src/screens/UnitSummary/__test__/index.test.js +51 -17
- package/src/screens/UnitSummary/components/3PPowerConsumption/__test__/3PPowerConsumption.test.js +8 -25
- package/src/screens/UnitSummary/components/AirQuality/__test__/index.test.js +1 -7
- package/src/screens/UnitSummary/components/AirQuality/index.js +8 -3
- package/src/screens/UnitSummary/components/PowerConsumption/__test__/PowerConsumption.test.js +0 -11
- package/src/screens/UnitSummary/components/RunningDevices/__test__/index.test.js +1 -16
- package/src/screens/UnitSummary/components/Temperature/index.js +5 -1
- package/src/screens/UnitSummary/components/UvIndex/__test__/index.test.js +0 -8
- package/src/screens/UnitSummary/components/UvIndex/index.js +6 -2
- package/src/screens/UnitSummary/components/WaterQuality/Item/index.js +3 -3
- package/src/screens/UnitSummary/components/WaterQuality/__test__/index.test.js +14 -18
- package/src/screens/UnitSummary/components/__test__/UnitSummary.test.js +8 -8
- package/src/screens/UnitSummary/index.js +6 -6
- package/src/utils/Apis/axios.js +4 -2
- package/src/utils/Converter/__test__/timer.test.js +8 -0
- package/src/utils/Functions/preloadImages.js +13 -14
- package/src/utils/Monitor.js +2 -3
- package/src/utils/Route/index.js +0 -1
- package/src/utils/Storage.js +1 -1
- package/assets/images/OneTap.svg +0 -14
- package/assets/images/Schedule.svg +0 -39
- package/assets/images/ValueChange.svg +0 -49
- package/src/commons/Device/WindSpeed/LinearChart/__test__/LinearChart.test.js +0 -48
- package/src/commons/Device/WindSpeed/LinearChart/index.js +0 -155
- package/src/screens/AddNewGateway/hooks/__Tests__/index.test.js +0 -27
- package/src/screens/AddNewGateway/hooks/index.js +0 -31
- package/src/screens/SubUnit/Detail.js +0 -150
- package/src/screens/SubUnit/__test__/Detail.test.js +0 -125
- package/src/screens/UnitSummary/components/Temperature/ChartAverage/index.js +0 -62
- package/src/screens/UnitSummary/components/Temperature/__test__/ChartAverage.test.js +0 -17
- package/src/utils/dateHelper/getTickValues.js +0 -22
|
@@ -9,19 +9,6 @@ import { mockSCStore } from '../../../../context/mockStore';
|
|
|
9
9
|
import { ViewButtonBottom } from '../../../../commons';
|
|
10
10
|
import Routes from '../../../../utils/Route';
|
|
11
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
|
-
});
|
|
24
|
-
|
|
25
12
|
const wrapComponent = (route) => (
|
|
26
13
|
<SCProvider initState={mockSCStore({})}>
|
|
27
14
|
<FirstWarning route={route} />
|
|
@@ -32,7 +19,7 @@ describe('Test FirstWarning', () => {
|
|
|
32
19
|
let tree;
|
|
33
20
|
|
|
34
21
|
beforeEach(async () => {
|
|
35
|
-
mockedNavigate.mockClear();
|
|
22
|
+
global.mockedNavigate.mockClear();
|
|
36
23
|
});
|
|
37
24
|
|
|
38
25
|
it('create', async () => {
|
|
@@ -58,21 +45,27 @@ describe('Test FirstWarning', () => {
|
|
|
58
45
|
await act(async () => {
|
|
59
46
|
viewButtonBottom.props.onRightClick();
|
|
60
47
|
});
|
|
61
|
-
expect(mockedNavigate).toHaveBeenCalled();
|
|
48
|
+
expect(global.mockedNavigate).toHaveBeenCalled();
|
|
62
49
|
};
|
|
63
50
|
|
|
64
51
|
it('test ViewButtonBottom onRightClick from dashboard', async () => {
|
|
65
52
|
await rightClick({});
|
|
66
|
-
expect(mockedNavigate.mock.calls[0][0]).toEqual(
|
|
53
|
+
expect(global.mockedNavigate.mock.calls[0][0]).toEqual(
|
|
54
|
+
Routes.SelectDeviceUnit
|
|
55
|
+
);
|
|
67
56
|
});
|
|
68
57
|
|
|
69
58
|
it('test ViewButtonBottom onRightClick from unit', async () => {
|
|
70
59
|
await rightClick({ unitId: 1 });
|
|
71
|
-
expect(mockedNavigate.mock.calls[0][0]).toEqual(
|
|
60
|
+
expect(global.mockedNavigate.mock.calls[0][0]).toEqual(
|
|
61
|
+
Routes.SelectDeviceType
|
|
62
|
+
);
|
|
72
63
|
});
|
|
73
64
|
|
|
74
65
|
it('test ViewButtonBottom onRightClick from sub-unit', async () => {
|
|
75
66
|
await rightClick({ unitId: 1, stationId: 1 });
|
|
76
|
-
expect(mockedNavigate.mock.calls[0][0]).toEqual(
|
|
67
|
+
expect(global.mockedNavigate.mock.calls[0][0]).toEqual(
|
|
68
|
+
Routes.SelectDeviceType
|
|
69
|
+
);
|
|
77
70
|
});
|
|
78
71
|
});
|
|
@@ -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(
|
|
46
|
+
expect(navigate).toHaveBeenCalled();
|
|
62
47
|
};
|
|
63
48
|
|
|
64
49
|
it('test click next', async () => {
|
|
65
50
|
await rightClick();
|
|
66
|
-
expect(
|
|
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
|
|
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
|
-
<
|
|
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
|
-
|
|
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(
|
|
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(
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
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(
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
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
|
-
|
|
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(
|
|
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(
|
|
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(
|
|
65
|
+
expect(goBack).toBeCalled();
|
|
76
66
|
});
|
|
77
67
|
|
|
78
68
|
it('on scan correct QR code', async () => {
|
|
79
|
-
await scanQRCode(
|
|
80
|
-
|
|
81
|
-
|
|
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(
|
|
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(
|
|
84
|
-
expect(
|
|
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(
|
|
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
|
});
|