Skip to content

chore: Updates integ tests for compatibility with webdriver upgrade #383

chore: Updates integ tests for compatibility with webdriver upgrade

chore: Updates integ tests for compatibility with webdriver upgrade #383

Triggered via pull request September 13, 2024 08:21
Status Success
Total duration 6m 57s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/pages/commons/use-async-data.js#L19
React Hook useEffect has a missing dependency: 'loadCallback'. Either include it or remove the dependency array. If 'loadCallback' changes too often, find the parent component that defines it and wrap that definition in useCallback
build: src/pages/configurable-dashboard/components/page-banner.tsx#L3
'React' is defined but never used
build: src/pages/configurable-dashboard/components/page-banner.tsx#L4
'Alert' is defined but never used
build: src/pages/configurable-dashboard/components/page-banner.tsx#L5
'ExternalLink' is defined but never used
build: src/pages/configurable-dashboard/components/page-banner.tsx#L8
'setVisible' is assigned a value but never used
build: src/pages/form/components/form-content.jsx#L114
React Hook useEffect has a missing dependency: 'updateDirty'. Either include it or remove the dependency array. If 'updateDirty' changes too often, find the parent component that defines it and wrap that definition in useCallback
build: src/pages/form/components/form.jsx#L126
React Hook useEffect has a missing dependency: 'updateDirty'. Either include it or remove the dependency array. If 'updateDirty' changes too often, find the parent component that defines it and wrap that definition in useCallback
build: src/pages/non-console/notifications.tsx#L5
'Link' is defined but never used
build: src/pages/server-side-table/hooks.js#L44
React Hook useEffect has a missing dependency: 'totalCount'. Either include it or remove the dependency array
build: src/pages/table-saved-filters/index.jsx#L8
'FormField' is defined but never used