wizard: add user name validation (HMS-5285) #5719
Annotations
10 errors and 11 warnings
Run unit tests:
node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L1141
TestingLibraryElementError: Unable to find role="heading" and name `/Timezone/`
❯ waitForWrapper node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1141:27
❯ node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1221:12
❯ src/test/Components/Blueprints/ImportBlueprintModal.test.tsx:359:18
|
Run unit tests:
src/test/Components/CreateImageWizard/steps/Details/Details.test.tsx#L72
Error: expect(element).toBeEnabled()
Received element is not enabled:
<button
aria-disabled="true"
class="pf-v5-c-button pf-m-primary pf-m-disabled"
data-ouia-component-id="wizard-next-btn"
data-ouia-component-type="PF5/Button"
data-ouia-safe="true"
disabled=""
type="button"
/>
❯ src/test/Components/CreateImageWizard/steps/Details/Details.test.tsx:72:24
|
Run unit tests:
node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L1141
TestingLibraryElementError: Unable to find role="textbox" and name `/blueprint name/i`
❯ waitForWrapper node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1141:27
❯ node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1221:12
❯ Module.enterBlueprintName src/test/Components/CreateImageWizard/wizardTestUtils.tsx:131:38
❯ src/test/Components/CreateImageWizard/steps/Details/Details.test.tsx:82:11
|
Run unit tests:
node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L1141
TestingLibraryElementError: Unable to find role="textbox" and name `/blueprint name/i`
❯ waitForWrapper node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1141:27
❯ node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1221:12
❯ Module.enterBlueprintName src/test/Components/CreateImageWizard/wizardTestUtils.tsx:131:38
❯ src/test/Components/CreateImageWizard/steps/Details/Details.test.tsx:92:11
|
Run unit tests:
node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L1141
TestingLibraryElementError: Unable to find role="textbox" and name `/blueprint name/i`
❯ waitForWrapper node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1141:27
❯ node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1221:12
❯ Module.enterBlueprintName src/test/Components/CreateImageWizard/wizardTestUtils.tsx:131:38
❯ src/test/Components/CreateImageWizard/steps/Details/Details.test.tsx:105:11
|
Run unit tests:
node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L1141
TestingLibraryElementError: Unable to find role="textbox" and name `/blueprint description/i`
❯ waitForWrapper node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1141:27
❯ node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1221:12
❯ enterBlueprintDescription src/test/Components/CreateImageWizard/steps/Details/Details.test.tsx:39:45
❯ src/test/Components/CreateImageWizard/steps/Details/Details.test.tsx:123:11
|
Run unit tests:
node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L1141
TestingLibraryElementError: Unable to find an element by: [data-testid="image-details-expandable"]
❯ waitForWrapper node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1141:27
❯ node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1221:12
❯ clickRevisitButton src/test/Components/CreateImageWizard/steps/Details/Details.test.tsx:54:35
❯ src/test/Components/CreateImageWizard/steps/Details/Details.test.tsx:139:11
|
Run unit tests:
node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L1141
TestingLibraryElementError: Unable to find role="textbox" and name `/blueprint name/i`
❯ waitForWrapper node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1141:27
❯ node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1221:12
❯ Module.enterBlueprintName src/test/Components/CreateImageWizard/wizardTestUtils.tsx:131:38
❯ src/test/Components/CreateImageWizard/steps/Details/Details.test.tsx:154:11
|
Run unit tests:
node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L1141
TestingLibraryElementError: Unable to find role="textbox" and name `/blueprint name/i`
❯ waitForWrapper node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1141:27
❯ node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1221:12
❯ Module.enterBlueprintName src/test/Components/CreateImageWizard/wizardTestUtils.tsx:131:38
❯ src/test/Components/CreateImageWizard/steps/Details/Details.test.tsx:171:11
|
Run unit tests:
node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L1141
TestingLibraryElementError: Unable to find role="textbox" and name `/blueprint name/i`
❯ waitForWrapper node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1141:27
❯ node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:1221:12
❯ Module.enterBlueprintName src/test/Components/CreateImageWizard/wizardTestUtils.tsx:131:38
❯ goToReviewStep src/test/Components/CreateImageWizard/steps/FileSystemConfiguration/FileSystemConfiguration.test.tsx:121:9
❯ src/test/Components/CreateImageWizard/steps/FileSystemConfiguration/FileSystemConfiguration.test.tsx:228:5
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run lint check:
src/Components/Blueprints/BlueprintsSideBar.tsx#L178
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
Run lint check:
src/Components/Blueprints/ImportBlueprintModal.tsx#L185
React Hook React.useEffect has missing dependencies: 'dispatch' and 'handleRepositoryImport'. Either include them or remove the dependency array
|
Run lint check:
src/Components/CreateImageWizard/ImportImageWizard.tsx#L30
React Hook useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array
|
Run lint 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
|
Run lint 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
|
Run lint 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
|
Run lint 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
|
Run lint 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
|
Run lint 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
|
Run lint 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
|
Loading