wizard: add user information step (HMS-4903) #5448
Annotations
3 errors and 11 warnings
src/test/Components/CreateImageWizard/steps/Users/Users.test.tsx > Step Users > with invalid name Next button is disable:
src/test/Components/CreateImageWizard/steps/Users/Users.test.tsx#L63
Error: expect(element).toBeDisabled()
Received element is not disabled:
<button
aria-disabled="false"
class="pf-v5-c-button pf-m-primary"
data-ouia-component-id="wizard-next-btn"
data-ouia-component-type="PF5/Button"
data-ouia-safe="true"
type="button"
/>
❯ src/test/Components/CreateImageWizard/steps/Users/Users.test.tsx:63:44
❯ runWithExpensiveErrorDiagnosticsDisabled node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:354:12
❯ checkCallback node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1102:24
❯ Timeout.checkRealTimersCallback node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1096:16
|
src/test/Components/CreateImageWizard/steps/Users/Users.test.tsx > Step Users > with valid name:
src/test/Components/CreateImageWizard/steps/Users/Users.test.tsx#L98
Error: expect(element).toBeDisabled()
Received element is not disabled:
<button
aria-disabled="false"
class="pf-v5-c-button pf-m-primary"
data-ouia-component-id="wizard-next-btn"
data-ouia-component-type="PF5/Button"
data-ouia-safe="true"
type="button"
/>
❯ src/test/Components/CreateImageWizard/steps/Users/Users.test.tsx:98:44
❯ runWithExpensiveErrorDiagnosticsDisabled node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:354:12
❯ checkCallback node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1102:24
❯ Timeout.checkRealTimersCallback node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1096:16
|
dev-check
Process completed with exit code 1.
|
dev-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
dev-check:
src/Components/Blueprints/BlueprintsSideBar.tsx#L178
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
dev-check:
src/Components/Blueprints/ImportBlueprintModal.tsx#L114
React Hook React.useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
dev-check:
src/Components/CreateImageWizard/ImportImageWizard.tsx#L30
React Hook useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array
|
dev-check:
src/Components/CreateImageWizard/steps/ImageOutput/TargetEnvironment.tsx#L57
React Hook useEffect has a missing dependency: 'prefetchActivationKeys'. Either include it or remove the dependency array
|
dev-check:
src/Components/CreateImageWizard/steps/Oscap/Oscap.tsx#L157
React Hook useEffect has missing dependencies: 'dispatch', 'policies', 'policyID', and 'policyTitle'. Either include them or remove the dependency array
|
dev-check:
src/Components/CreateImageWizard/steps/Oscap/OscapProfileInformation.tsx#L81
React Hook useEffect has missing dependencies: 'dispatch' and 'policyInfo'. Either include them or remove the dependency array
|
dev-check:
src/Components/CreateImageWizard/steps/Packages/PackageRecommendations.tsx#L109
React Hook useEffect has missing dependencies: 'analytics' and 'isBeta'. Either include them or remove the dependency array
|
dev-check:
src/Components/CreateImageWizard/steps/Packages/PackageRecommendations.tsx#L120
React Hook useEffect has a missing dependency: 'distroRepoUrls'. Either include it or remove the dependency array
|
dev-check:
src/Components/CreateImageWizard/steps/Packages/Packages.tsx#L276
React Hook useEffect has a missing dependency: 'debouncedSearchTermIsGroup'. Either include it or remove the dependency array
|
dev-check:
src/Components/CreateImageWizard/steps/Packages/Packages.tsx#L336
React Hook useEffect has missing dependencies: 'arch', 'debouncedSearchTermIsGroup', 'distroRepositories', 'isSuccessDistroRepositories', and 'isSuccessEpelRepo'. Either include them or remove the dependency array
|