Skip to content

boxed expression tests #24

boxed expression tests

boxed expression tests #24

Triggered via pull request August 1, 2023 17:02
@ljmottaljmotta
synchronize #11
test
Status Success
Total duration 18m 42s
Artifacts 12
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci_build.yml

on: pull_request
Matrix: run
Fit to window
Zoom out
Zoom in

Annotations

30 warnings and 1 notice
run (ubuntu-latest): packages/boxed-expression-component/src/expressions/ContextExpression/ContextExpression.tsx#L152
React Hook useMemo has a missing dependency: 'contextExpression.id'. Either include it or remove the dependency array
run (ubuntu-latest): packages/boxed-expression-component/src/expressions/ExpressionDefinitionRoot/ExpressionDefinitionLogicTypeSelector/ExpressionDefinitionLogicTypeSelector.tsx#L344
React Hook useMemo has a missing dependency: 'isResetSupported'. Either include it or remove the dependency array
run (ubuntu-latest): packages/boxed-expression-component/src/expressions/FunctionExpression/FeelFunctionExpression.tsx#L84
React Hook useMemo has a missing dependency: 'functionExpression.id'. Either include it or remove the dependency array
run (ubuntu-latest): packages/boxed-expression-component/src/expressions/FunctionExpression/PmmlFunctionExpression.tsx#L110
React Hook useMemo has a missing dependency: 'functionExpression.id'. Either include it or remove the dependency array
run (ubuntu-latest): packages/boxed-expression-component/src/expressions/InvocationExpression/InvocationExpression.tsx#L165
React Hook useMemo has a missing dependency: 'invocationExpression.id'. Either include it or remove the dependency array
run (ubuntu-latest): packages/boxed-expression-component/src/expressions/ListExpression/ListExpression.tsx#L119
React Hook useMemo has a missing dependency: 'decisionNodeId'. Either include it or remove the dependency array
run (ubuntu-latest): packages/boxed-expression-component/src/expressions/ListExpression/ListExpression.tsx#L130
React Hook useMemo has a missing dependency: 'decisionNodeId'. Either include it or remove the dependency array
run (ubuntu-latest): packages/boxed-expression-component/src/expressions/LiteralExpression/LiteralExpression.tsx#L175
React Hook useMemo has missing dependencies: 'i18n.terms.copy', 'i18n.terms.cut', 'i18n.terms.paste', 'i18n.terms.reset', and 'i18n.terms.selection'. Either include them or remove the dependency array
run (ubuntu-latest): packages/boxed-expression-component/src/table/BeeTable/BeeTableContextMenuHandler.tsx#L367
The 'onMinus' function makes the dependencies of useMemo Hook (at line 400) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'onMinus' in its own useCallback() Hook
run (ubuntu-latest): packages/boxed-expression-component/src/table/BeeTable/BeeTableContextMenuHandler.tsx#L372
The 'onChange' function makes the dependencies of useMemo Hook (at line 400) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'onChange' in its own useCallback() Hook
run (windows-latest): packages/boxed-expression-component/src/expressions/ContextExpression/ContextExpression.tsx#L152
React Hook useMemo has a missing dependency: 'contextExpression.id'. Either include it or remove the dependency array
run (windows-latest): packages/boxed-expression-component/src/expressions/ExpressionDefinitionRoot/ExpressionDefinitionLogicTypeSelector/ExpressionDefinitionLogicTypeSelector.tsx#L344
React Hook useMemo has a missing dependency: 'isResetSupported'. Either include it or remove the dependency array
run (windows-latest): packages/boxed-expression-component/src/expressions/FunctionExpression/FeelFunctionExpression.tsx#L84
React Hook useMemo has a missing dependency: 'functionExpression.id'. Either include it or remove the dependency array
run (windows-latest): packages/boxed-expression-component/src/expressions/FunctionExpression/PmmlFunctionExpression.tsx#L110
React Hook useMemo has a missing dependency: 'functionExpression.id'. Either include it or remove the dependency array
run (windows-latest): packages/boxed-expression-component/src/expressions/InvocationExpression/InvocationExpression.tsx#L165
React Hook useMemo has a missing dependency: 'invocationExpression.id'. Either include it or remove the dependency array
run (windows-latest): packages/boxed-expression-component/src/expressions/ListExpression/ListExpression.tsx#L119
React Hook useMemo has a missing dependency: 'decisionNodeId'. Either include it or remove the dependency array
run (windows-latest): packages/boxed-expression-component/src/expressions/ListExpression/ListExpression.tsx#L130
React Hook useMemo has a missing dependency: 'decisionNodeId'. Either include it or remove the dependency array
run (windows-latest): packages/boxed-expression-component/src/expressions/LiteralExpression/LiteralExpression.tsx#L175
React Hook useMemo has missing dependencies: 'i18n.terms.copy', 'i18n.terms.cut', 'i18n.terms.paste', 'i18n.terms.reset', and 'i18n.terms.selection'. Either include them or remove the dependency array
run (windows-latest): packages/boxed-expression-component/src/table/BeeTable/BeeTableContextMenuHandler.tsx#L367
The 'onMinus' function makes the dependencies of useMemo Hook (at line 400) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'onMinus' in its own useCallback() Hook
run (windows-latest): packages/boxed-expression-component/src/table/BeeTable/BeeTableContextMenuHandler.tsx#L372
The 'onChange' function makes the dependencies of useMemo Hook (at line 400) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'onChange' in its own useCallback() Hook
run (macos-latest): packages/boxed-expression-component/src/expressions/ContextExpression/ContextExpression.tsx#L152
React Hook useMemo has a missing dependency: 'contextExpression.id'. Either include it or remove the dependency array
run (macos-latest): packages/boxed-expression-component/src/expressions/ExpressionDefinitionRoot/ExpressionDefinitionLogicTypeSelector/ExpressionDefinitionLogicTypeSelector.tsx#L344
React Hook useMemo has a missing dependency: 'isResetSupported'. Either include it or remove the dependency array
run (macos-latest): packages/boxed-expression-component/src/expressions/FunctionExpression/FeelFunctionExpression.tsx#L84
React Hook useMemo has a missing dependency: 'functionExpression.id'. Either include it or remove the dependency array
run (macos-latest): packages/boxed-expression-component/src/expressions/FunctionExpression/PmmlFunctionExpression.tsx#L110
React Hook useMemo has a missing dependency: 'functionExpression.id'. Either include it or remove the dependency array
run (macos-latest): packages/boxed-expression-component/src/expressions/InvocationExpression/InvocationExpression.tsx#L165
React Hook useMemo has a missing dependency: 'invocationExpression.id'. Either include it or remove the dependency array
run (macos-latest): packages/boxed-expression-component/src/expressions/ListExpression/ListExpression.tsx#L119
React Hook useMemo has a missing dependency: 'decisionNodeId'. Either include it or remove the dependency array
run (macos-latest): packages/boxed-expression-component/src/expressions/ListExpression/ListExpression.tsx#L130
React Hook useMemo has a missing dependency: 'decisionNodeId'. Either include it or remove the dependency array
run (macos-latest): packages/boxed-expression-component/src/expressions/LiteralExpression/LiteralExpression.tsx#L175
React Hook useMemo has missing dependencies: 'i18n.terms.copy', 'i18n.terms.cut', 'i18n.terms.paste', 'i18n.terms.reset', and 'i18n.terms.selection'. Either include them or remove the dependency array
run (macos-latest): packages/boxed-expression-component/src/table/BeeTable/BeeTableContextMenuHandler.tsx#L367
The 'onMinus' function makes the dependencies of useMemo Hook (at line 400) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'onMinus' in its own useCallback() Hook
run (macos-latest): packages/boxed-expression-component/src/table/BeeTable/BeeTableContextMenuHandler.tsx#L372
The 'onChange' function makes the dependencies of useMemo Hook (at line 400) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'onChange' in its own useCallback() Hook
🎭 Playwright Run Summary
57 skipped 9 passed (23.0s)

Artifacts

Produced during runtime
Name Size
Linux__build-artifacts Expired
1.1 MB
Linux__integration-tests-artifacts Expired
22 Bytes
Linux__integration-tests-reports Expired
22 Bytes
Linux__tests-reports Expired
1.46 KB
Windows__build-artifacts Expired
1.15 MB
Windows__integration-tests-artifacts Expired
22 Bytes
Windows__integration-tests-reports Expired
22 Bytes
Windows__tests-reports Expired
1.68 KB
macOS__build-artifacts Expired
1.1 MB
macOS__integration-tests-artifacts Expired
22 Bytes
macOS__integration-tests-reports Expired
22 Bytes
macOS__tests-reports Expired
1.46 KB