@k-int/stripes-kint-components 3.2.0 → 3.2.2
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/CHANGELOG.md +6 -0
- package/es/lib/ActionList/ActionList.js +3 -1
- package/es/lib/ActionList/ActionListFieldArray.js +4 -2
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +5 -2
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +6 -4
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +1 -1
- package/es/lib/CustomProperties/Config/CustomPropertyForm.js +1 -1
- package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +5 -3
- package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +1 -1
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +5 -2
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +1 -1
- package/es/lib/CustomProperties/Edit/CustomPropertyField.js +3 -1
- package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +5 -3
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +5 -2
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +1 -1
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +5 -2
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +1 -1
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +4 -1
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +5 -3
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +4 -1
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +1 -1
- package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +1 -1
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +1 -1
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +4 -1
- package/es/lib/CycleButton/CycleButton.js +5 -2
- package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +6 -4
- package/es/lib/EditableRefdataList/EditableRefdataList.js +6 -4
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +4 -1
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +1 -1
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +1 -1
- package/es/lib/EditableSettingsList/SettingField/SettingField.js +4 -2
- package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +1 -1
- package/es/lib/FormModal/FormModal.js +4 -1
- package/es/lib/FormattedKintMessage/FormattedKintMessage.js +4 -1
- package/es/lib/IconSelect/IconSelect.js +4 -2
- package/es/lib/QueryTypedown/QueryTypedown.js +4 -2
- package/es/lib/RefdataButtons/RefdataButtons.js +4 -1
- package/es/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js +4 -1
- package/es/lib/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js +1 -1
- package/es/lib/RichSelect/RichSelect.js +5 -2
- package/es/lib/RichSelect/useSelectedOption.js +1 -1
- package/es/lib/SASQLookupComponent/SASQLookupComponent.js +5 -2
- package/es/lib/SASQLookupComponent/TableBody/TableBody.js +4 -1
- package/es/lib/SASQRoute/SASQRoute.js +4 -1
- package/es/lib/SASQViewComponent/SASQViewComponent.js +4 -1
- package/es/lib/SearchField/SearchField.js +4 -1
- package/es/lib/Typedown/Typedown.js +1 -1
- package/es/lib/hooks/settingsHooks/useSettings.js +4 -1
- package/es/lib/hooks/typedownHooks/useTypedownData.js +1 -1
- package/es/lib/hooks/typedownHooks/useTypedownToggle.js +1 -1
- package/es/lib/hooks/useActiveElement.js +1 -1
- package/es/lib/hooks/useCustomProperties.js +4 -1
- package/es/lib/hooks/useHelperApp.js +4 -2
- package/es/lib/hooks/useIntlKeyStore.js +4 -4
- package/es/lib/hooks/useKintIntl.js +4 -1
- package/es/lib/hooks/useKiwtFieldArray.js +5 -2
- package/es/lib/hooks/useKiwtSASQuery.js +4 -2
- package/es/lib/hooks/useLocalStorageState.js +1 -1
- package/es/lib/hooks/useMutateCustomProperties.js +1 -1
- package/es/lib/hooks/useMutateRefdataCategory.js +4 -2
- package/es/lib/hooks/useMutateRefdataValue.js +1 -1
- package/es/lib/hooks/useQIndex.js +4 -2
- package/es/lib/utils/generateKiwtQuery.js +4 -3
- package/es/lib/utils/generateKiwtQueryParams.js +13 -23
- package/es/lib/utils/groupCustomPropertiesByCtx.js +4 -1
- package/es/lib/utils/highlightString.js +1 -1
- package/es/lib/utils/parseErrorResponse.js +23 -19
- package/junit.xml +146 -146
- package/package.json +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +296 -44
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +8 -23
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/{SettingsActionList/SettingsActionList.js.html → CustomProperties/Config/testResources.js.html} +313 -256
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +6 -9
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +10 -10
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/CycleButton.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +8 -74
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +4 -31
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/IconSelect.js.html +28 -22
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +3 -18
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/{SettingsActionList/EditSettingValue.js.html → ResponsiveButtonGroup/ResponsiveButtonGroup.js.html} +199 -142
- package/src/artifacts/coverage-jest/lcov-report/{SettingsActionList → ResponsiveButtonGroup}/index.html +26 -41
- package/src/artifacts/coverage-jest/lcov-report/{SettingsActionList → ResponsiveButtonGroup}/index.js.html +4 -4
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +253 -0
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +5 -2
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +119 -26
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +5 -56
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/constants/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +3 -9
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useAvailableCustomProperties.js.html +205 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/index.html +61 -61
- package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +8 -8
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +196 -46
- package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/index.html +44 -29
- package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +8 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +11 -8
- package/src/artifacts/coverage-jest/lcov-report/{SettingsActionList/RenderSettingValue.js.html → utils/parseKiwtQueryGroups.js.html} +67 -145
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/renderHelpText.js.html +166 -0
- package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov.info +962 -920
- package/src/lib/utils/README.md +1 -3
- package/src/lib/utils/generateKiwtQuery.js +3 -3
- package/src/lib/utils/generateKiwtQueryParams.js +13 -27
- package/src/lib/utils/parseErrorResponse.js +3 -2
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionTrigger.js.html +0 -418
package/junit.xml
CHANGED
|
@@ -1,273 +1,273 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuites name="jest tests" tests="115" failures="0" errors="0" time="
|
|
3
|
-
<testsuite name="
|
|
4
|
-
<testcase classname="
|
|
2
|
+
<testsuites name="jest tests" tests="115" failures="0" errors="0" time="29.258">
|
|
3
|
+
<testsuite name="CustomPropertyView" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:52:55" time="22.31" tests="9">
|
|
4
|
+
<testcase classname="CustomPropertyView displays expected label value" name="CustomPropertyView displays expected label value" time="0.13">
|
|
5
5
|
</testcase>
|
|
6
|
-
<testcase classname="
|
|
6
|
+
<testcase classname="CustomPropertyView displays expected name value" name="CustomPropertyView displays expected name value" time="0.033">
|
|
7
7
|
</testcase>
|
|
8
|
-
<testcase classname="
|
|
8
|
+
<testcase classname="CustomPropertyView displays expected Description value" name="CustomPropertyView displays expected Description value" time="0.02">
|
|
9
9
|
</testcase>
|
|
10
|
-
<testcase classname="
|
|
10
|
+
<testcase classname="CustomPropertyView displays expected Primary value" name="CustomPropertyView displays expected Primary value" time="0.019">
|
|
11
11
|
</testcase>
|
|
12
|
-
<testcase classname="
|
|
12
|
+
<testcase classname="CustomPropertyView displays expected Retired value" name="CustomPropertyView displays expected Retired value" time="0.021">
|
|
13
13
|
</testcase>
|
|
14
|
-
<testcase classname="
|
|
15
|
-
</testcase>
|
|
16
|
-
<testcase classname="RenderSettingValue render password settings render a password setting renders the value" name="RenderSettingValue render password settings render a password setting renders the value" time="0.005">
|
|
17
|
-
</testcase>
|
|
18
|
-
<testcase classname="RenderSettingValue render password settings render a password setting without a value renders the default value" name="RenderSettingValue render password settings render a password setting without a value renders the default value" time="0.006">
|
|
14
|
+
<testcase classname="CustomPropertyView displays expected Weight value" name="CustomPropertyView displays expected Weight value" time="0.017">
|
|
19
15
|
</testcase>
|
|
20
|
-
<testcase classname="
|
|
16
|
+
<testcase classname="CustomPropertyView displays expected Default visibility value" name="CustomPropertyView displays expected Default visibility value" time="0.029">
|
|
21
17
|
</testcase>
|
|
22
|
-
<testcase classname="
|
|
23
|
-
</testcase>
|
|
24
|
-
<testcase classname="RenderSettingValue render template settings render a template setting without a value renders the default value" name="RenderSettingValue render template settings render a template setting without a value renders the default value" time="0.006">
|
|
18
|
+
<testcase classname="CustomPropertyView displays expected Context value" name="CustomPropertyView displays expected Context value" time="0.026">
|
|
25
19
|
</testcase>
|
|
26
|
-
<testcase classname="
|
|
20
|
+
<testcase classname="CustomPropertyView displays expected Type value" name="CustomPropertyView displays expected Type value" time="0.023">
|
|
27
21
|
</testcase>
|
|
28
22
|
</testsuite>
|
|
29
|
-
<testsuite name="
|
|
30
|
-
<testcase classname="
|
|
23
|
+
<testsuite name="RenderSettingValue" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:52:55" time="22.715" tests="12">
|
|
24
|
+
<testcase classname="RenderSettingValue render string settings render a string setting renders the value" name="RenderSettingValue render string settings render a string setting renders the value" time="0.084">
|
|
31
25
|
</testcase>
|
|
32
|
-
<testcase classname="
|
|
26
|
+
<testcase classname="RenderSettingValue render string settings render a string setting without a value renders the default value" name="RenderSettingValue render string settings render a string setting without a value renders the default value" time="0.015">
|
|
33
27
|
</testcase>
|
|
34
|
-
<testcase classname="
|
|
28
|
+
<testcase classname="RenderSettingValue render string settings render a string setting without a value or default renders the empty message" name="RenderSettingValue render string settings render a string setting without a value or default renders the empty message" time="0.018">
|
|
35
29
|
</testcase>
|
|
36
|
-
|
|
37
|
-
<testsuite name="CustomPropertyView" errors="0" failures="0" skipped="0" timestamp="2022-10-18T08:58:38" time="20.889" tests="9">
|
|
38
|
-
<testcase classname="CustomPropertyView displays expected label value" name="CustomPropertyView displays expected label value" time="0.126">
|
|
30
|
+
<testcase classname="RenderSettingValue render refdata settings render a refdata setting renders the value" name="RenderSettingValue render refdata settings render a refdata setting renders the value" time="0.009">
|
|
39
31
|
</testcase>
|
|
40
|
-
<testcase classname="
|
|
32
|
+
<testcase classname="RenderSettingValue render refdata settings render a refdata setting without a value renders the default value" name="RenderSettingValue render refdata settings render a refdata setting without a value renders the default value" time="0.006">
|
|
41
33
|
</testcase>
|
|
42
|
-
<testcase classname="
|
|
34
|
+
<testcase classname="RenderSettingValue render refdata settings render a refdata setting without a value or default renders the empty message" name="RenderSettingValue render refdata settings render a refdata setting without a value or default renders the empty message" time="0.007">
|
|
43
35
|
</testcase>
|
|
44
|
-
<testcase classname="
|
|
36
|
+
<testcase classname="RenderSettingValue render password settings render a password setting renders the value" name="RenderSettingValue render password settings render a password setting renders the value" time="0.007">
|
|
45
37
|
</testcase>
|
|
46
|
-
<testcase classname="
|
|
38
|
+
<testcase classname="RenderSettingValue render password settings render a password setting without a value renders the default value" name="RenderSettingValue render password settings render a password setting without a value renders the default value" time="0.007">
|
|
47
39
|
</testcase>
|
|
48
|
-
<testcase classname="
|
|
40
|
+
<testcase classname="RenderSettingValue render password settings render a password setting without a value or default renders the empty message" name="RenderSettingValue render password settings render a password setting without a value or default renders the empty message" time="0.007">
|
|
49
41
|
</testcase>
|
|
50
|
-
<testcase classname="
|
|
42
|
+
<testcase classname="RenderSettingValue render template settings render a template setting renders the value" name="RenderSettingValue render template settings render a template setting renders the value" time="0.007">
|
|
51
43
|
</testcase>
|
|
52
|
-
<testcase classname="
|
|
44
|
+
<testcase classname="RenderSettingValue render template settings render a template setting without a value renders the default value" name="RenderSettingValue render template settings render a template setting without a value renders the default value" time="0.007">
|
|
53
45
|
</testcase>
|
|
54
|
-
<testcase classname="
|
|
46
|
+
<testcase classname="RenderSettingValue render template settings render a template setting without a value or default renders the empty message" name="RenderSettingValue render template settings render a template setting without a value or default renders the empty message" time="0.006">
|
|
55
47
|
</testcase>
|
|
56
48
|
</testsuite>
|
|
57
|
-
<testsuite name="
|
|
58
|
-
<testcase classname="
|
|
49
|
+
<testsuite name="CustomPropertiesListField" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:52:55" time="22.756" tests="5">
|
|
50
|
+
<testcase classname="CustomPropertiesListField displays expected primary properties key value" name="CustomPropertiesListField displays expected primary properties key value" time="0.12">
|
|
59
51
|
</testcase>
|
|
60
|
-
<testcase classname="
|
|
52
|
+
<testcase classname="CustomPropertiesListField displays expected optional properties key value" name="CustomPropertiesListField displays expected optional properties key value" time="0.034">
|
|
53
|
+
</testcase>
|
|
54
|
+
<testcase classname="CustomPropertiesListField renders CustomPropertyFormCard component " name="CustomPropertiesListField renders CustomPropertyFormCard component " time="0.059">
|
|
61
55
|
</testcase>
|
|
62
|
-
<testcase classname="
|
|
56
|
+
<testcase classname="CustomPropertiesListField renders CustomPropertiesList component " name="CustomPropertiesListField renders CustomPropertiesList component " time="0.03">
|
|
57
|
+
</testcase>
|
|
58
|
+
<testcase classname="CustomPropertiesListField renders the Add property button" name="CustomPropertiesListField renders the Add property button" time="0.101">
|
|
63
59
|
</testcase>
|
|
64
60
|
</testsuite>
|
|
65
|
-
<testsuite name="
|
|
66
|
-
<testcase classname="
|
|
61
|
+
<testsuite name="CustomPropertyFormCard" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:52:55" time="22.905" tests="3">
|
|
62
|
+
<testcase classname="CustomPropertyFormCard displays Author Identification card heading " name="CustomPropertyFormCard displays Author Identification card heading " time="0.117">
|
|
63
|
+
</testcase>
|
|
64
|
+
<testcase classname="CustomPropertyFormCard renders CustomPropertyField component " name="CustomPropertyFormCard renders CustomPropertyField component " time="0.017">
|
|
67
65
|
</testcase>
|
|
68
|
-
<testcase classname="
|
|
66
|
+
<testcase classname="CustomPropertyFormCard renders CustomPropertyFormCard by its test ID " name="CustomPropertyFormCard renders CustomPropertyFormCard by its test ID " time="0.016">
|
|
69
67
|
</testcase>
|
|
70
|
-
|
|
68
|
+
</testsuite>
|
|
69
|
+
<testsuite name="EditableSettingsListFieldArray" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:52:55" time="22.936" tests="3">
|
|
70
|
+
<testcase classname="EditableSettingsListFieldArray with empty initial values renders empty field" name="EditableSettingsListFieldArray with empty initial values renders empty field" time="0.092">
|
|
71
71
|
</testcase>
|
|
72
|
-
<testcase classname="
|
|
72
|
+
<testcase classname="EditableSettingsListFieldArray with initial value set renders the SettingField component" name="EditableSettingsListFieldArray with initial value set renders the SettingField component" time="0.026">
|
|
73
73
|
</testcase>
|
|
74
|
-
<testcase classname="
|
|
74
|
+
<testcase classname="EditableSettingsListFieldArray with multiple initial values set renders the correct number of SettingField components" name="EditableSettingsListFieldArray with multiple initial values set renders the correct number of SettingField components" time="0.021">
|
|
75
75
|
</testcase>
|
|
76
76
|
</testsuite>
|
|
77
|
-
<testsuite name="CustomPropertiesRule" errors="0" failures="0" skipped="0" timestamp="
|
|
78
|
-
<testcase classname="CustomPropertiesRule select Is set operator from comparator dropdown renders expected Is set operator" name="CustomPropertiesRule select Is set operator from comparator dropdown renders expected Is set operator" time="0.
|
|
77
|
+
<testsuite name="CustomPropertiesRule" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:52:55" time="24.241" tests="8">
|
|
78
|
+
<testcase classname="CustomPropertiesRule select Is set operator from comparator dropdown renders expected Is set operator" name="CustomPropertiesRule select Is set operator from comparator dropdown renders expected Is set operator" time="0.378">
|
|
79
79
|
</testcase>
|
|
80
|
-
<testcase classname="CustomPropertiesRule select Is not set operator from comparator dropdown renders expected is not set operator in comparator dropdown" name="CustomPropertiesRule select Is not set operator from comparator dropdown renders expected is not set operator in comparator dropdown" time="0.
|
|
80
|
+
<testcase classname="CustomPropertiesRule select Is not set operator from comparator dropdown renders expected is not set operator in comparator dropdown" name="CustomPropertiesRule select Is not set operator from comparator dropdown renders expected is not set operator in comparator dropdown" time="0.142">
|
|
81
81
|
</testcase>
|
|
82
|
-
<testcase classname="CustomPropertiesRule select Equals from comparator dropdown renders expected Equals operator" name="CustomPropertiesRule select Equals from comparator dropdown renders expected Equals operator" time="0.
|
|
82
|
+
<testcase classname="CustomPropertiesRule select Equals from comparator dropdown renders expected Equals operator" name="CustomPropertiesRule select Equals from comparator dropdown renders expected Equals operator" time="0.165">
|
|
83
83
|
</testcase>
|
|
84
|
-
<testcase classname="CustomPropertiesRule select not equal operator from comparator dropdown renders expected Does not equal operator in comparator dropdown" name="CustomPropertiesRule select not equal operator from comparator dropdown renders expected Does not equal operator in comparator dropdown" time="0.
|
|
84
|
+
<testcase classname="CustomPropertiesRule select not equal operator from comparator dropdown renders expected Does not equal operator in comparator dropdown" name="CustomPropertiesRule select not equal operator from comparator dropdown renders expected Does not equal operator in comparator dropdown" time="0.201">
|
|
85
85
|
</testcase>
|
|
86
|
-
<testcase classname="CustomPropertiesRule select Is greater than or equal to operator from comparator dropdown renders expected Is greater than or equal to operator in comparator dropdown" name="CustomPropertiesRule select Is greater than or equal to operator from comparator dropdown renders expected Is greater than or equal to operator in comparator dropdown" time="0.
|
|
86
|
+
<testcase classname="CustomPropertiesRule select Is greater than or equal to operator from comparator dropdown renders expected Is greater than or equal to operator in comparator dropdown" name="CustomPropertiesRule select Is greater than or equal to operator from comparator dropdown renders expected Is greater than or equal to operator in comparator dropdown" time="0.137">
|
|
87
87
|
</testcase>
|
|
88
|
-
<testcase classname="CustomPropertiesRule select Is less than or equal to operator from comparator dropdown renders expected Is less than or equal to operator in comparator dropdown" name="CustomPropertiesRule select Is less than or equal to operator from comparator dropdown renders expected Is less than or equal to operator in comparator dropdown" time="0.
|
|
88
|
+
<testcase classname="CustomPropertiesRule select Is less than or equal to operator from comparator dropdown renders expected Is less than or equal to operator in comparator dropdown" name="CustomPropertiesRule select Is less than or equal to operator from comparator dropdown renders expected Is less than or equal to operator in comparator dropdown" time="0.137">
|
|
89
89
|
</testcase>
|
|
90
|
-
<testcase classname="CustomPropertiesRule select Is operator from comparator dropdown renders expected is operator" name="CustomPropertiesRule select Is operator from comparator dropdown renders expected is operator" time="0.
|
|
90
|
+
<testcase classname="CustomPropertiesRule select Is operator from comparator dropdown renders expected is operator" name="CustomPropertiesRule select Is operator from comparator dropdown renders expected is operator" time="0.157">
|
|
91
91
|
</testcase>
|
|
92
|
-
<testcase classname="CustomPropertiesRule select Is not operator form comparator dropdown renders expected is not operator " name="CustomPropertiesRule select Is not operator form comparator dropdown renders expected is not operator " time="0.
|
|
92
|
+
<testcase classname="CustomPropertiesRule select Is not operator form comparator dropdown renders expected is not operator " name="CustomPropertiesRule select Is not operator form comparator dropdown renders expected is not operator " time="0.147">
|
|
93
93
|
</testcase>
|
|
94
94
|
</testsuite>
|
|
95
|
-
<testsuite name="
|
|
96
|
-
<testcase classname="
|
|
95
|
+
<testsuite name="SettingField" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:52:55" time="24.663" tests="3">
|
|
96
|
+
<testcase classname="SettingField renders RenderSettingValue" name="SettingField renders RenderSettingValue" time="0.135">
|
|
97
97
|
</testcase>
|
|
98
|
-
<testcase classname="
|
|
98
|
+
<testcase classname="SettingField renders the edit button" name="SettingField renders the edit button" time="0.019">
|
|
99
99
|
</testcase>
|
|
100
|
-
|
|
101
|
-
<testsuite name="CustomPropertiesFilterField" errors="0" failures="0" skipped="0" timestamp="2022-10-18T08:58:59" time="1.993" tests="1">
|
|
102
|
-
<testcase classname="CustomPropertiesFilterField displays the Custom property label" name="CustomPropertiesFilterField displays the Custom property label" time="0.013">
|
|
100
|
+
<testcase classname="SettingField clicking edit/save works as expected" name="SettingField clicking edit/save works as expected" time="0.294">
|
|
103
101
|
</testcase>
|
|
104
102
|
</testsuite>
|
|
105
|
-
<testsuite name="
|
|
106
|
-
<testcase classname="
|
|
103
|
+
<testsuite name="CustomPropertiesFilter" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:53:18" time="2.403" tests="4">
|
|
104
|
+
<testcase classname="CustomPropertiesFilter renders the Custom properties Accordion by id" name="CustomPropertiesFilter renders the Custom properties Accordion by id" time="0.149">
|
|
107
105
|
</testcase>
|
|
108
|
-
<testcase classname="
|
|
106
|
+
<testcase classname="CustomPropertiesFilter renders the Custom properties Accordion" name="CustomPropertiesFilter renders the Custom properties Accordion" time="0.042">
|
|
107
|
+
</testcase>
|
|
108
|
+
<testcase classname="CustomPropertiesFilter renders the edit custom property filters button" name="CustomPropertiesFilter renders the edit custom property filters button" time="0.07">
|
|
109
109
|
</testcase>
|
|
110
|
-
<testcase classname="
|
|
110
|
+
<testcase classname="CustomPropertiesFilter renders CustomPropertiesFilterForm component " name="CustomPropertiesFilter renders CustomPropertiesFilterForm component " time="0.02">
|
|
111
111
|
</testcase>
|
|
112
112
|
</testsuite>
|
|
113
|
-
<testsuite name="
|
|
114
|
-
<testcase classname="
|
|
113
|
+
<testsuite name="CustomPropertiesFilterFieldArray" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:53:18" time="2.089" tests="3">
|
|
114
|
+
<testcase classname="CustomPropertiesFilterFieldArray renders CustomPropertiesFilterField component" name="CustomPropertiesFilterFieldArray renders CustomPropertiesFilterField component" time="0.074">
|
|
115
115
|
</testcase>
|
|
116
|
-
<testcase classname="
|
|
116
|
+
<testcase classname="CustomPropertiesFilterFieldArray renders the Add custom property filter button" name="CustomPropertiesFilterFieldArray renders the Add custom property filter button" time="0.104">
|
|
117
117
|
</testcase>
|
|
118
|
-
<testcase classname="
|
|
118
|
+
<testcase classname="CustomPropertiesFilterFieldArray renders the submit button" name="CustomPropertiesFilterFieldArray renders the submit button" time="0.045">
|
|
119
119
|
</testcase>
|
|
120
|
-
|
|
120
|
+
</testsuite>
|
|
121
|
+
<testsuite name="CustomPropertyField" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:52:55" time="25.006" tests="14">
|
|
122
|
+
<testcase classname="CustomPropertyField CustomPropertyField Displays expected value(s) label " name="CustomPropertyField CustomPropertyField Displays expected value(s) label " time="0.143">
|
|
121
123
|
</testcase>
|
|
122
|
-
<testcase classname="
|
|
124
|
+
<testcase classname="CustomPropertyField CustomPropertyField Displays expected Value(s) dropdown values " name="CustomPropertyField CustomPropertyField Displays expected Value(s) dropdown values " time="0.045">
|
|
123
125
|
</testcase>
|
|
124
|
-
<testcase classname="
|
|
126
|
+
<testcase classname="CustomPropertyField CustomPropertyField Displays expected Internal note label " name="CustomPropertyField CustomPropertyField Displays expected Internal note label " time="0.037">
|
|
125
127
|
</testcase>
|
|
126
|
-
<testcase classname="
|
|
128
|
+
<testcase classname="CustomPropertyField CustomPropertyField Displays expected internal note value" name="CustomPropertyField CustomPropertyField Displays expected internal note value" time="0.169">
|
|
127
129
|
</testcase>
|
|
128
|
-
<testcase classname="
|
|
130
|
+
<testcase classname="CustomPropertyField CustomPropertyField Displays expected visibilities dropdwon values " name="CustomPropertyField CustomPropertyField Displays expected visibilities dropdwon values " time="0.031">
|
|
129
131
|
</testcase>
|
|
130
|
-
<testcase classname="
|
|
132
|
+
<testcase classname="CustomPropertyField CustomPropertyField Displays expected Public note label " name="CustomPropertyField CustomPropertyField Displays expected Public note label " time="0.036">
|
|
131
133
|
</testcase>
|
|
132
|
-
<testcase classname="
|
|
134
|
+
<testcase classname="CustomPropertyField CustomPropertyField Displays expected public note value" name="CustomPropertyField CustomPropertyField Displays expected public note value" time="0.088">
|
|
133
135
|
</testcase>
|
|
134
|
-
<testcase classname="
|
|
136
|
+
<testcase classname="CustomPropertyField Decimal field Displays expected Decimal field" name="CustomPropertyField Decimal field Displays expected Decimal field" time="0.092">
|
|
135
137
|
</testcase>
|
|
136
|
-
<testcase classname="
|
|
138
|
+
<testcase classname="CustomPropertyField Integer field Displays expected integer Field" name="CustomPropertyField Integer field Displays expected integer Field" time="0.093">
|
|
137
139
|
</testcase>
|
|
138
|
-
<testcase classname="
|
|
140
|
+
<testcase classname="CustomPropertyField Refdata multi-select field Displays expected multi-select Refdata Field" name="CustomPropertyField Refdata multi-select field Displays expected multi-select Refdata Field" time="0.064">
|
|
139
141
|
</testcase>
|
|
140
|
-
<testcase classname="
|
|
142
|
+
<testcase classname="CustomPropertyField Refdata multi-select field Displays expected value(s) label " name="CustomPropertyField Refdata multi-select field Displays expected value(s) label " time="0.068">
|
|
141
143
|
</testcase>
|
|
142
|
-
<testcase classname="
|
|
144
|
+
<testcase classname="CustomPropertyField Refdata multi-select field renders multi-select Refdata values" name="CustomPropertyField Refdata multi-select field renders multi-select Refdata values" time="1.418">
|
|
143
145
|
</testcase>
|
|
144
|
-
<testcase classname="
|
|
146
|
+
<testcase classname="CustomPropertyField Date field renders values DatePicker" name="CustomPropertyField Date field renders values DatePicker" time="0.095">
|
|
145
147
|
</testcase>
|
|
146
|
-
|
|
147
|
-
<testsuite name="CustomPropertyField" errors="0" failures="0" skipped="0" timestamp="2022-10-18T08:58:38" time="23.347" tests="14">
|
|
148
|
-
<testcase classname="CustomPropertyField CustomPropertyField Displays expected value(s) label " name="CustomPropertyField CustomPropertyField Displays expected value(s) label " time="0.127">
|
|
148
|
+
<testcase classname="CustomPropertyField Date field Displays expected date Field" name="CustomPropertyField Date field Displays expected date Field" time="0.076">
|
|
149
149
|
</testcase>
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
<testcase classname="
|
|
150
|
+
</testsuite>
|
|
151
|
+
<testsuite name="EditSettingValue" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:52:55" time="25.01" tests="16">
|
|
152
|
+
<testcase classname="EditSettingValue edit string setting with no initial value renders the edit field" name="EditSettingValue edit string setting with no initial value renders the edit field" time="0.2">
|
|
153
153
|
</testcase>
|
|
154
|
-
<testcase classname="
|
|
154
|
+
<testcase classname="EditSettingValue edit string setting with initial value renders the expected value in the edit field" name="EditSettingValue edit string setting with initial value renders the expected value in the edit field" time="0.068">
|
|
155
155
|
</testcase>
|
|
156
|
-
<testcase classname="
|
|
156
|
+
<testcase classname="EditSettingValue edit refdata setting with no initial value for refdata with <4 options renders the expected radio buttons" name="EditSettingValue edit refdata setting with no initial value for refdata with <4 options renders the expected radio buttons" time="0.227">
|
|
157
157
|
</testcase>
|
|
158
|
-
<testcase classname="
|
|
158
|
+
<testcase classname="EditSettingValue edit refdata setting with no initial value for refdata with <4 options no radio buttons are checked" name="EditSettingValue edit refdata setting with no initial value for refdata with <4 options no radio buttons are checked" time="0.204">
|
|
159
159
|
</testcase>
|
|
160
|
-
<testcase classname="
|
|
160
|
+
<testcase classname="EditSettingValue edit refdata setting with initial value for refdata with <4 options renders the expected radio buttons" name="EditSettingValue edit refdata setting with initial value for refdata with <4 options renders the expected radio buttons" time="0.186">
|
|
161
161
|
</testcase>
|
|
162
|
-
<testcase classname="
|
|
162
|
+
<testcase classname="EditSettingValue edit refdata setting with initial value for refdata with <4 options the correct radio button is checked" name="EditSettingValue edit refdata setting with initial value for refdata with <4 options the correct radio button is checked" time="0.164">
|
|
163
163
|
</testcase>
|
|
164
|
-
<testcase classname="
|
|
164
|
+
<testcase classname="EditSettingValue edit refdata setting with no initial value for refdata with >4 options renders the expected select field" name="EditSettingValue edit refdata setting with no initial value for refdata with >4 options renders the expected select field" time="0.04">
|
|
165
165
|
</testcase>
|
|
166
|
-
<testcase classname="
|
|
166
|
+
<testcase classname="EditSettingValue edit refdata setting with no initial value for refdata with >4 options renders the expected refdata options" name="EditSettingValue edit refdata setting with no initial value for refdata with >4 options renders the expected refdata options" time="0.266">
|
|
167
167
|
</testcase>
|
|
168
|
-
<testcase classname="
|
|
168
|
+
<testcase classname="EditSettingValue edit refdata setting with initial value for refdata with >4 options renders the expected refdata options" name="EditSettingValue edit refdata setting with initial value for refdata with >4 options renders the expected refdata options" time="0.279">
|
|
169
169
|
</testcase>
|
|
170
|
-
<testcase classname="
|
|
170
|
+
<testcase classname="EditSettingValue edit refdata setting with initial value for refdata with >4 options renders the expected value in the refdata dropdown" name="EditSettingValue edit refdata setting with initial value for refdata with >4 options renders the expected value in the refdata dropdown" time="0.037">
|
|
171
171
|
</testcase>
|
|
172
|
-
<testcase classname="
|
|
172
|
+
<testcase classname="EditSettingValue edit template setting with no initial value renders the edit field" name="EditSettingValue edit template setting with no initial value renders the edit field" time="0.037">
|
|
173
173
|
</testcase>
|
|
174
|
-
<testcase classname="
|
|
174
|
+
<testcase classname="EditSettingValue edit template setting with no initial value renders the expected template options" name="EditSettingValue edit template setting with no initial value renders the expected template options" time="0.093">
|
|
175
175
|
</testcase>
|
|
176
|
-
|
|
177
|
-
<testsuite name="CustomPropertiesFilter" errors="0" failures="0" skipped="0" timestamp="2022-10-18T08:58:59" time="2.659" tests="4">
|
|
178
|
-
<testcase classname="CustomPropertiesFilter renders the Custom properties Accordion by id" name="CustomPropertiesFilter renders the Custom properties Accordion by id" time="0.131">
|
|
176
|
+
<testcase classname="EditSettingValue edit template setting with no initial value renders expected display item in template dropdown" name="EditSettingValue edit template setting with no initial value renders expected display item in template dropdown" time="0.055">
|
|
179
177
|
</testcase>
|
|
180
|
-
<testcase classname="
|
|
178
|
+
<testcase classname="EditSettingValue edit template setting with initial value renders the edit field" name="EditSettingValue edit template setting with initial value renders the edit field" time="0.033">
|
|
181
179
|
</testcase>
|
|
182
|
-
<testcase classname="
|
|
180
|
+
<testcase classname="EditSettingValue edit template setting with initial value renders the expected template options" name="EditSettingValue edit template setting with initial value renders the expected template options" time="0.087">
|
|
183
181
|
</testcase>
|
|
184
|
-
<testcase classname="
|
|
182
|
+
<testcase classname="EditSettingValue edit template setting with initial value renders expected display item in template dropdown" name="EditSettingValue edit template setting with initial value renders expected display item in template dropdown" time="0.036">
|
|
185
183
|
</testcase>
|
|
186
184
|
</testsuite>
|
|
187
|
-
<testsuite name="
|
|
188
|
-
<testcase classname="
|
|
185
|
+
<testsuite name="CustomPropertiesFilterField" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:53:18" time="2.188" tests="1">
|
|
186
|
+
<testcase classname="CustomPropertiesFilterField displays the Custom property label" name="CustomPropertiesFilterField displays the Custom property label" time="0.014">
|
|
189
187
|
</testcase>
|
|
190
|
-
|
|
188
|
+
</testsuite>
|
|
189
|
+
<testsuite name="CustomPropertyForm" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:52:55" time="25.182" tests="20">
|
|
190
|
+
<testcase classname="CustomPropertyForm Displays expected label " name="CustomPropertyForm Displays expected label " time="0.251">
|
|
191
191
|
</testcase>
|
|
192
|
-
<testcase classname="
|
|
192
|
+
<testcase classname="CustomPropertyForm Displays expected name label" name="CustomPropertyForm Displays expected name label" time="0.127">
|
|
193
193
|
</testcase>
|
|
194
|
-
|
|
195
|
-
<testsuite name="CustomPropertyFiltersForm" errors="0" failures="0" skipped="0" timestamp="2022-10-18T08:58:59" time="2.191" tests="3">
|
|
196
|
-
<testcase classname="CustomPropertyFiltersForm renders CustomPropertiesFilterFieldArray component " name="CustomPropertyFiltersForm renders CustomPropertiesFilterFieldArray component " time="0.107">
|
|
194
|
+
<testcase classname="CustomPropertyForm Displays expected description label" name="CustomPropertyForm Displays expected description label" time="0.13">
|
|
197
195
|
</testcase>
|
|
198
|
-
<testcase classname="
|
|
196
|
+
<testcase classname="CustomPropertyForm Displays expected context label " name="CustomPropertyForm Displays expected context label " time="0.111">
|
|
199
197
|
</testcase>
|
|
200
|
-
<testcase classname="
|
|
198
|
+
<testcase classname="CustomPropertyForm Displays expected order weight label " name="CustomPropertyForm Displays expected order weight label " time="0.097">
|
|
201
199
|
</testcase>
|
|
202
|
-
|
|
203
|
-
<testsuite name="CustomPropertyForm" errors="0" failures="0" skipped="0" timestamp="2022-10-18T08:58:38" time="23.643" tests="20">
|
|
204
|
-
<testcase classname="CustomPropertyForm Displays expected label " name="CustomPropertyForm Displays expected label " time="0.302">
|
|
200
|
+
<testcase classname="CustomPropertyForm Displays expectred primary label " name="CustomPropertyForm Displays expectred primary label " time="0.119">
|
|
205
201
|
</testcase>
|
|
206
|
-
<testcase classname="CustomPropertyForm Displays expected
|
|
202
|
+
<testcase classname="CustomPropertyForm Displays expected default visibility label" name="CustomPropertyForm Displays expected default visibility label" time="0.123">
|
|
207
203
|
</testcase>
|
|
208
|
-
<testcase classname="CustomPropertyForm Displays expected
|
|
204
|
+
<testcase classname="CustomPropertyForm Displays expected type label " name="CustomPropertyForm Displays expected type label " time="0.16">
|
|
209
205
|
</testcase>
|
|
210
|
-
<testcase classname="CustomPropertyForm Displays expected
|
|
206
|
+
<testcase classname="CustomPropertyForm Displays expected description value" name="CustomPropertyForm Displays expected description value" time="0.267">
|
|
211
207
|
</testcase>
|
|
212
|
-
<testcase classname="CustomPropertyForm
|
|
208
|
+
<testcase classname="CustomPropertyForm renders the Name TextField" name="CustomPropertyForm renders the Name TextField" time="0.117">
|
|
213
209
|
</testcase>
|
|
214
|
-
<testcase classname="CustomPropertyForm
|
|
210
|
+
<testcase classname="CustomPropertyForm renders the Lable TextField" name="CustomPropertyForm renders the Lable TextField" time="0.098">
|
|
215
211
|
</testcase>
|
|
216
|
-
<testcase classname="CustomPropertyForm
|
|
212
|
+
<testcase classname="CustomPropertyForm renders the order weight TextField" name="CustomPropertyForm renders the order weight TextField" time="0.103">
|
|
217
213
|
</testcase>
|
|
218
|
-
<testcase classname="CustomPropertyForm
|
|
214
|
+
<testcase classname="CustomPropertyForm renders the expected value in the Retired dropdown" name="CustomPropertyForm renders the expected value in the Retired dropdown" time="0.179">
|
|
219
215
|
</testcase>
|
|
220
|
-
<testcase classname="CustomPropertyForm
|
|
216
|
+
<testcase classname="CustomPropertyForm renders the expected value in the Default visibility dropdown" name="CustomPropertyForm renders the expected value in the Default visibility dropdown" time="0.157">
|
|
221
217
|
</testcase>
|
|
222
|
-
<testcase classname="CustomPropertyForm renders the
|
|
218
|
+
<testcase classname="CustomPropertyForm renders the expected value in the Primary dropdown" name="CustomPropertyForm renders the expected value in the Primary dropdown" time="0.157">
|
|
223
219
|
</testcase>
|
|
224
|
-
<testcase classname="CustomPropertyForm
|
|
220
|
+
<testcase classname="CustomPropertyForm Displays expected Decimal option" name="CustomPropertyForm Displays expected Decimal option" time="0.106">
|
|
225
221
|
</testcase>
|
|
226
|
-
<testcase classname="CustomPropertyForm
|
|
222
|
+
<testcase classname="CustomPropertyForm Displays expected Refdata (multi-select) option" name="CustomPropertyForm Displays expected Refdata (multi-select) option" time="0.077">
|
|
227
223
|
</testcase>
|
|
228
|
-
<testcase classname="CustomPropertyForm
|
|
224
|
+
<testcase classname="CustomPropertyForm Displays expected Refdata option" name="CustomPropertyForm Displays expected Refdata option" time="0.077">
|
|
229
225
|
</testcase>
|
|
230
|
-
<testcase classname="CustomPropertyForm
|
|
226
|
+
<testcase classname="CustomPropertyForm Displays expected Text option" name="CustomPropertyForm Displays expected Text option" time="0.068">
|
|
231
227
|
</testcase>
|
|
232
|
-
<testcase classname="CustomPropertyForm
|
|
228
|
+
<testcase classname="CustomPropertyForm Displays expected Integer option" name="CustomPropertyForm Displays expected Integer option" time="0.078">
|
|
233
229
|
</testcase>
|
|
234
|
-
|
|
230
|
+
</testsuite>
|
|
231
|
+
<testsuite name="CustomPropertiesLookup" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:53:18" time="2.268" tests="2">
|
|
232
|
+
<testcase classname="CustomPropertiesLookup renders expected options" name="CustomPropertiesLookup renders expected options" time="0.222">
|
|
235
233
|
</testcase>
|
|
236
|
-
<testcase classname="
|
|
234
|
+
<testcase classname="CustomPropertiesLookup renders SearchField component " name="CustomPropertiesLookup renders SearchField component " time="0.119">
|
|
237
235
|
</testcase>
|
|
238
|
-
|
|
236
|
+
</testsuite>
|
|
237
|
+
<testsuite name="CustomPropertyFiltersForm" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:53:18" time="2.305" tests="3">
|
|
238
|
+
<testcase classname="CustomPropertyFiltersForm renders CustomPropertiesFilterFieldArray component " name="CustomPropertyFiltersForm renders CustomPropertiesFilterFieldArray component " time="0.119">
|
|
239
239
|
</testcase>
|
|
240
|
-
<testcase classname="
|
|
240
|
+
<testcase classname="CustomPropertyFiltersForm renders the apply button (disabled)" name="CustomPropertyFiltersForm renders the apply button (disabled)" time="0.073">
|
|
241
241
|
</testcase>
|
|
242
|
-
<testcase classname="
|
|
242
|
+
<testcase classname="CustomPropertyFiltersForm renders the Edit custom property filters button" name="CustomPropertyFiltersForm renders the Edit custom property filters button" time="0.032">
|
|
243
243
|
</testcase>
|
|
244
244
|
</testsuite>
|
|
245
|
-
<testsuite name="
|
|
246
|
-
<testcase classname="
|
|
245
|
+
<testsuite name="CustomPropertiesView" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:53:20" time="1.396" tests="1">
|
|
246
|
+
<testcase classname="CustomPropertiesView renders CustomPropertiesViewCtx component " name="CustomPropertiesView renders CustomPropertiesViewCtx component " time="0.026">
|
|
247
247
|
</testcase>
|
|
248
248
|
</testsuite>
|
|
249
|
-
<testsuite name="
|
|
250
|
-
<testcase classname="
|
|
249
|
+
<testsuite name="CustomPropertiesEdit" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:53:20" time="1.137" tests="1">
|
|
250
|
+
<testcase classname="CustomPropertiesEdit renders CustomPropertiesEditCtx component " name="CustomPropertiesEdit renders CustomPropertiesEditCtx component " time="0.031">
|
|
251
251
|
</testcase>
|
|
252
252
|
</testsuite>
|
|
253
|
-
<testsuite name="
|
|
254
|
-
<testcase classname="
|
|
253
|
+
<testsuite name="CustomPropertiesEditCtx" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:53:20" time="1.041" tests="1">
|
|
254
|
+
<testcase classname="CustomPropertiesEditCtx renders CustomPropertiesListField component " name="CustomPropertiesEditCtx renders CustomPropertiesListField component " time="0.036">
|
|
255
255
|
</testcase>
|
|
256
256
|
</testsuite>
|
|
257
|
-
<testsuite name="CustomPropertiesViewCtx" errors="0" failures="0" skipped="0" timestamp="
|
|
258
|
-
<testcase classname="CustomPropertiesViewCtx renders CustomPropertyCard component " name="CustomPropertiesViewCtx renders CustomPropertyCard component " time="0.
|
|
257
|
+
<testsuite name="CustomPropertiesViewCtx" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:53:20" time="1.147" tests="1">
|
|
258
|
+
<testcase classname="CustomPropertiesViewCtx renders CustomPropertyCard component " name="CustomPropertiesViewCtx renders CustomPropertyCard component " time="0.043">
|
|
259
259
|
</testcase>
|
|
260
260
|
</testsuite>
|
|
261
|
-
<testsuite name="CustomPropertiesSettings" errors="0" failures="0" skipped="0" timestamp="
|
|
262
|
-
<testcase classname="CustomPropertiesSettings renders FormModal component " name="CustomPropertiesSettings renders FormModal component " time="0.
|
|
261
|
+
<testsuite name="CustomPropertiesSettings" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:52:55" time="28.182" tests="5">
|
|
262
|
+
<testcase classname="CustomPropertiesSettings renders FormModal component " name="CustomPropertiesSettings renders FormModal component " time="0.08">
|
|
263
263
|
</testcase>
|
|
264
|
-
<testcase classname="CustomPropertiesSettings renders CustomPropertiesLookup component " name="CustomPropertiesSettings renders CustomPropertiesLookup component " time="0.
|
|
264
|
+
<testcase classname="CustomPropertiesSettings renders CustomPropertiesLookup component " name="CustomPropertiesSettings renders CustomPropertiesLookup component " time="0.01">
|
|
265
265
|
</testcase>
|
|
266
|
-
<testcase classname="CustomPropertiesSettings renders the expected New button" name="CustomPropertiesSettings renders the expected New button" time="0.
|
|
266
|
+
<testcase classname="CustomPropertiesSettings renders the expected New button" name="CustomPropertiesSettings renders the expected New button" time="0.052">
|
|
267
267
|
</testcase>
|
|
268
|
-
<testcase classname="CustomPropertiesSettings renders the expected Pane " name="CustomPropertiesSettings renders the expected Pane " time="0.
|
|
268
|
+
<testcase classname="CustomPropertiesSettings renders the expected Pane " name="CustomPropertiesSettings renders the expected Pane " time="0.017">
|
|
269
269
|
</testcase>
|
|
270
|
-
<testcase classname="CustomPropertiesSettings renders the expected Pane header" name="CustomPropertiesSettings renders the expected Pane header" time="0.
|
|
270
|
+
<testcase classname="CustomPropertiesSettings renders the expected Pane header" name="CustomPropertiesSettings renders the expected Pane header" time="0.018">
|
|
271
271
|
</testcase>
|
|
272
272
|
</testsuite>
|
|
273
273
|
</testsuites>
|
package/package.json
CHANGED
|
@@ -349,7 +349,7 @@ export default ActionList;
|
|
|
349
349
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
350
350
|
Code coverage generated by
|
|
351
351
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
352
|
-
at
|
|
352
|
+
at 2023-01-18T10:53:27.335Z
|
|
353
353
|
</div>
|
|
354
354
|
<script src="../prettify.js"></script>
|
|
355
355
|
<script>
|