Skip to content

Lay foundation for workspaces #25

Lay foundation for workspaces

Lay foundation for workspaces #25

Triggered via pull request June 10, 2026 21:32
Status Failure
Total duration 1m 17s
Artifacts

client-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
test
Process completed with exit code 1.
src/features/feedConnections/discordChannel/shared/components/DiscordMessageDisplay/DiscordMessageDisplay.test.tsx > DiscordMessageDisplay > Snapshot Tests > matches snapshot for V2 message: services/backend-api/client/src/features/feedConnections/discordChannel/shared/components/DiscordMessageDisplay/DiscordMessageDisplay.test.tsx#L353
Error: Snapshot `DiscordMessageDisplay > Snapshot Tests > matches snapshot for V2 message 1` mismatched - Expected + Received @@ -126,11 +126,11 @@ <div> <div class="chakra-stack css-1x0y7ph" > <a - class="chakra-button css-jr843j" + class="chakra-button css-1t9sjxw" href="https://example.com" rel="noopener noreferrer" target="_blank" type="button" > @@ -148,11 +148,11 @@ d="M352 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9L370.7 96 201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L416 141.3l41.4 41.4c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-128c0-17.7-14.3-32-32-32L352 0zM80 32C35.8 32 0 67.8 0 112L0 432c0 44.2 35.8 80 80 80l320 0c44.2 0 80-35.8 80-80l0-112c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16L80 448c-8.8 0-16-7.2-16-16l0-320c0-8.8 7.2-16 16-16l112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32z" /> </svg> </a> <button - class="chakra-button css-r3twdk" + class="chakra-button css-ifflgi" type="button" > Subscribe </button> </div> ❯ src/features/feedConnections/discordChannel/shared/components/DiscordMessageDisplay/DiscordMessageDisplay.test.tsx:353:25
src/pages/UserFeeds.test.tsx > UserFeeds - Feed adding & inline banner > replaces hero text with success banner after adding a feed: services/backend-api/client/src/pages/UserFeeds.test.tsx#L471
TestingLibraryElementError: Unable to find an accessible element with the role "heading" and name `/1 feed added!/` Here are the accessible roles: status: Name "": <div aria-live="polite" class="chakra-stack css-rdfj04" role="status" /> -------------------------------------------------- heading: Name "Get news delivered to your Discord": <h2 class="chakra-heading css-1868jki" /> -------------------------------------------------- search: Name "": <div role="search" /> -------------------------------------------------- textbox: Name "Search popular feeds or paste a URL": <input aria-label="Search popular feeds or paste a URL" id="mock-feed-search-input" /> -------------------------------------------------- button: Name "Go": <button aria-label="Go" type="button" /> Name "Clear search": <button aria-label="Clear search" type="button" /> Name "Add Gaming Feed 0 feed": <button type="button" /> -------------------------------------------------- Ignored nodes: comments, script, style <body> <div> <div class="chakra-stack css-1o257y3" > <div class="chakra-stack css-b7fq3z" > <div class="chakra-stack css-1nkdwiq" > <div class="chakra-stack css-1op6ogi" > <div class="chakra-stack css-1dzdrki" hidden="" /> <div class="chakra-alert__root css-16dpip7" hidden="" > <span class="css-13gnd3a" > <svg class="css-1g7m1fs" viewBox="0 0 24 24" > <path d="M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM11 7H13V9H11V7ZM11 11H13V17H11V11Z" /> </svg> </span> <div class="chakra-alert__title css-1w2s8k5" > You have 0 pending feed management invites </div> <button class="chakra-button css-1t64fwg" type="button" > <span> View pending management invites </span> </button> </div> </div> </div> <div> <div class="chakra-stack css-p2miwm" > <div aria-live="polite" class="chakra-stack css-rdfj04" role="status" > <h2 class="chakra-heading css-1868jki" > Get news delivered to your Discord </h2> <p class="css-1xrpz2b" > Browse popular feeds to get started, or paste a URL to check any website. </p> </div> <div class="chakra-stack css-1op6ogi" > <div role="search" > <label for="mock-feed-search-input" > Search popular feeds or paste a URL <input aria-label="Search popular feeds or paste a URL" id="mock-feed-search-input" /> </label> <button aria-label="Go" type="button" > Go </button> <button aria-label="Clear search" type="button" > Clear search </button> <button type="button"
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/