Make route as child #51
Annotations
2 errors and 1 warning
Run pnpm test:
apps/web-remix/app/tests/__tests__/pipelines/pipelines.test.tsx#L90
TestingLibraryElementError: Unable to find an element with the text: /Internal server error/i. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body
class=""
>
<div>
<div
id="_root"
>
<div
class="-mt-1"
style="position: fixed; z-index: 9999; top: 16px; left: 16px; right: 16px; bottom: 16px; pointer-events: none;"
/>
<form
action="/2/pipelines/new"
class="w-full grow flex flex-col gap-2 h-[70%]"
method="post"
novalidate=""
>
<div
class="max-w-s w-full grow overflow-y-auto p-1"
>
<div>
<span
class="block order-first col-start-1 col-end-3 m-0 mb-label-marginBottom min-h-[6px] p-0 empty:hidden text-sm font-medium text-label-base"
>
Name
</span>
<div
class="relative grid grid-cols-1"
>
<input
aria-describedby="pipeline.name-error"
aria-label="Name"
autocomplete="pipeline.name"
class="font-input-weightBase placeholder:font-input-weightPlaceholder border-input-borderWidthBase peer row-start-2 min-w-full rounded-input-radiusBase bg-input-base py-input-paddingBaseVertical pl-input-paddingBaseLeft text-input-base placeholder:text-input-base-placeholder disabled:bg-input-base-disabled disabled:text-input-base-disabled disabled:placeholder:text-input-base-placeHolderDisabled focus:ring-input-ringFocus focus:outline-none focus:shadow-input-shadowFocus focus:shadow-input-base-focus focus:after:border-input-base-focus focus:outline-none focus:ring-input-ringFocus focus:placeholder:text-input-base-placeholderFocus border-input-base focus:border-input-base-focus px-input-paddingBaseHorizontal"
name="pipeline.name"
placeholder="eg. Text To Speech"
type="text"
/>
</div>
<p
class="text-inputText-fontBottomText col-start-1 col-end-3 m-0 mt-inputText-marginTop min-h-[6px] p-0 empty:hidden text-inputText-supporting"
>
It will help you identify the workflow in BUILDEL
</p>
</div>
<input
aria-label="pipeline.config.version"
name="pipeline.config.version"
type="hidden"
value="1"
/>
<input
aria-label="pipeline.config.connections"
name="pipeline.config.connections"
type="hidden"
value="[]"
/>
<input
aria-label="pipeline.config.blocks"
name="pipeline.config.blocks"
type="hidden"
value="[]"
/>
</div>
<button
aria-disabled="false"
class="border-button-borderWidthBase font-button-weightBase relative flex items-center justify-center whitespace-nowrap rounded-button-radiusBase disabled:border-button-primaryFilled-disabled disabled:bg-button-primaryFilled-disabled disabled:text-button-primaryFilled-disabled disabled:hover:shadow-none hover:shadow-button-shadowHover border-button-primaryFilled bg-button-primaryFilled text-button-primaryFilled hover:text-button-primaryFilled-hover hover:bg-button-primaryFilled-hover hover:border-button-primaryFilled-hover active:border-button-primaryFilled-active active:bg-button-primaryFilled-active h-8 gap-button-gapSmall py-button-paddingVerticalSmall px-button-paddingHorizontalSmall text-button-fontSmall"
type="submit"
>
<div
class="aspect-square h-5/6 empty:hidden"
/>
<span
class="empty:hidden"
>
Create workflow
</span>
</button>
</form>
</div>
</div>
</body>
Ignored nodes: comments, script, style
<body
class=""
>
<div>
<div
id="_root"
>
|
Run pnpm test
Process completed with exit code 1.
|
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/.
|
The logs for this run have expired and are no longer available.
Loading