Skip to content

feat: improve UX for transaction type arguments #739

feat: improve UX for transaction type arguments

feat: improve UX for transaction type arguments #739

Triggered via pull request October 10, 2024 07:50
Status Failure
Total duration 5m 14s
Artifacts

pr.yaml

on: pull_request
Run PR checks  /  node-ci
5m 2s
Run PR checks / node-ci
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
src/features/applications/components/application-method-definitions.test.tsx > application-method-definitions > when a wallet is connected > when calling calculator add method > allows the users to switch to echo_bytes method and send the transaction: src/features/applications/components/application-method-definitions.test.tsx#L196
TestingLibraryElementError: Unable to find role="menuitem" and name "Edit" Ignored nodes: comments, script, style <body> <div> <div class="mb-4 mt-2 flex h-10 items-center" > <h1 class="text-nowrap" > Application </h1> </div> <div class="space-y-4" > <div aria-label="Application Details" class="rounded-lg border bg-card text-card-foreground shadow-sm p-4 [&:has(_h2)]:pt-2.5" > <div class="text-sm" > <div class="flex gap-2" > <div class="grid grid-cols-[minmax(min-content,auto)_1fr] gap-x-4 gap-y-1.5" > <dl class="grid grid-cols-subgrid col-span-2" > <dt class="" > Application ID </dt> <dd class="overflow-ellipsis whitespace-normal overflow-hidden" > <div class="flex flex-wrap items-center gap-2" > <div class="flex items-center overflow-hidden" > <span class="truncate" > 1011 </span> <button aria-label="Copy" class="relative inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 align-middle ml-1 size-4 hover:text-foreground/60" > <svg class="lucide lucide-copy " fill="none" height="24" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg" > <rect height="14" rx="2" ry="2" width="14" x="8" y="8" /> <path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" /> </svg> </button> </div> </div> </dd> </dl> <dl class="grid grid-cols-subgrid col-span-2" > <dt class="" > Creator </dt> <dd class="overflow-ellipsis whitespace-normal overflow-hidden" > <div class="flex items-center" > <a class="text-primary underline truncate" href="/localnet/account/4G3SRK6D2R7OPGAKHSBZYSG4MP62ANG4OXIOQETC44XAB6GTQ2V326IZWI" > 4G3SRK6D2R7OPGAKHSBZYSG4MP62ANG4OXIOQETC44XAB6GTQ2V326IZWI </a> <button aria-label="Copy" class="relative inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 align-middle ml-
Run PR checks / node-ci
Process completed with exit code 1.
Run PR checks / node-ci
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/