This repository was archived by the owner on Mar 19, 2024. It is now read-only.
fix: use effective properties runtime evaluation #410
build.yml
on: pull_request
build
/
read_package
3s
Annotations
10 errors and 2 warnings
action button › renderButton › should disable action button on click and enable again:
src/components/action-button.js#L7
TypeError: model.getEffectiveProperties is not a function
at getEffectiveProperties (src/components/action-button.js:7:34)
at Object.runActions [as onclick] (src/components/action-button.js:71:13)
at Object.onclick (src/components/__tests__/action-button.spec.js:38:48)
|
action button › renderButton › should run without navigation:
src/components/action-button.js#L7
TypeError: model.getEffectiveProperties is not a function
at getEffectiveProperties (src/components/action-button.js:7:34)
at Object.runActions [as onclick] (src/components/action-button.js:71:13)
at Object.onclick (src/components/__tests__/action-button.spec.js:62:48)
|
action button › renderButton › should not run navigation when in story mode:
src/components/action-button.js#L7
TypeError: model.getEffectiveProperties is not a function
at getEffectiveProperties (src/components/action-button.js:7:34)
at Object.runActions [as onclick] (src/components/action-button.js:71:13)
at Object.onclick (src/components/__tests__/action-button.spec.js:70:48)
|
action button › renderButton › should act on click when `On-demand app` navigation and odag link are selected:
src/components/action-button.js#L7
TypeError: model.getEffectiveProperties is not a function
at getEffectiveProperties (src/components/action-button.js:7:34)
at Object.runActions [as onclick] (src/components/action-button.js:71:13)
at Object.onclick (src/components/__tests__/action-button.spec.js:142:48)
|
action button › renderButton › should navigate to Odag Popup:
src/components/action-button.js#L7
TypeError: model.getEffectiveProperties is not a function
at getEffectiveProperties (src/components/action-button.js:7:34)
at Object.runActions [as onclick] (src/components/action-button.js:71:13)
at Object.onclick (src/components/__tests__/action-button.spec.js:157:48)
|
action button › renderButton › should handle missing actions:
src/components/action-button.js#L7
TypeError: model.getEffectiveProperties is not a function
at getEffectiveProperties (src/components/action-button.js:7:34)
at Object.runActions [as onclick] (src/components/action-button.js:71:13)
at Object.onclick (src/components/__tests__/action-button.spec.js:175:48)
|
action button › runActions › should call all functions in array:
src/components/action-button.js#L7
TypeError: model.getEffectiveProperties is not a function
at getEffectiveProperties (src/components/action-button.js:7:34)
at Object.<anonymous> (src/components/__tests__/action-button.spec.js:193:23)
|
action button › runActions › should evaluate expressions when runtimeExpressionEvaluation is true:
src/components/action-button.js#L7
TypeError: model.getEffectiveProperties is not a function
at getEffectiveProperties (src/components/action-button.js:7:34)
at Object.<anonymous> (src/components/__tests__/action-button.spec.js:200:23)
|
build / build_release
The process '/home/runner/setup-pnpm/node_modules/.bin/pnpm' failed with exit code 1
|
build / build_release
🚨 Coverage run failed!
|
build / api_compliance
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build / build_release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, paambaati/codeclimate-action@v5.0.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|