Skip to content

feat: Add recently visited repo at top of list #7050

feat: Add recently visited repo at top of list

feat: Add recently visited repo at top of list #7050

Triggered via pull request February 14, 2025 00:21
Status Failure
Total duration 4m 30s
Artifacts

ci.yml

on: pull_request
Install deps
18s
Install deps
Build Self Hosted Image  /  Build Self Hosted App
4m 16s
Build Self Hosted Image / Build Self Hosted App
Codecov Startup  /  Codecov Startup
16s
Codecov Startup / Codecov Startup
Generate runner indexes Vitest
5s
Generate runner indexes Vitest
Run Lint
1m 12s
Run Lint
Run Type Checker
44s
Run Type Checker
Run Prettier Check
36s
Run Prettier Check
Upload Bundle Stats - Production
1m 41s
Upload Bundle Stats - Production
Upload Bundle Stats - Staging
1m 44s
Upload Bundle Stats - Staging
Run storybook
1m 40s
Run storybook
Run Fossa
12s
Run Fossa
Build Self Hosted Image  /  Push Self Hosted Image
0s
Build Self Hosted Image / Push Self Hosted Image
Build Self Hosted Image  /  Push Self Hosted Release Image
0s
Build Self Hosted Image / Push Self Hosted Release Image
Matrix: test-vitest
Push Self Hosted Image  /  Build Self Hosted App
Push Self Hosted Image / Build Self Hosted App
Build App
0s
Build App
Push Self Hosted Image  /  Push Self Hosted Image
Push Self Hosted Image / Push Self Hosted Image
Push Self Hosted Image  /  Push Self Hosted Release Image
Push Self Hosted Image / Push Self Hosted Release Image
Fit to window
Zoom out
Zoom in

Annotations

19 errors
src/shared/ListRepo/ReposTable/ReposTable.test.tsx > ReposTable > handles recently visited repo > shows recently visited repo: src/shared/ListRepo/ReposTable/ReposTable.test.tsx#L1175
TestingLibraryElementError: Unable to find an element with the text: /recently visited/. 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> <div> <div class="tableui" > <table> <thead> <tr> <th colspan="1" data-sortable="true" scope="col" > <div class="flex gap-1 " > Name <span class="text-ds-blue-darker group-hover/columnheader:opacity-100" data-sort-direction="false" > <svg class="w-4 h-4" data-icon="" data-testid="" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" > <path d="M5 10l7-7m0 0l7 7m-7-7v18" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" /> </svg> </span> </div> </th> <th colspan="1" data-sortable="true" scope="col" > <div class="flex gap-1 " > Last updated <span class="text-ds-blue-darker group-hover/columnheader:opacity-100" data-sort-direction="desc" > <svg class="w-4 h-4" data-icon="" data-testid="" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" > <path d="M5 10l7-7m0 0l7 7m-7-7v18" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" /> </svg> </span> </div> </th> <th colspan="1" data-sortable="false" scope="col" > <div class="flex gap-1 justify-end" > Tracked lines <span class="text-ds-blue-darker group-hover/columnheader:opacity-100" data-sort-direction="false" > <svg class="w-4 h-4" data-icon="" data-testid="" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" > <path d="M5 10l7-7m0 0l7 7m-7-7v18" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" /> </svg> </span> </div> </th> <th colspan="1" data-sortable="true" scope="col" > <div class="flex gap-1 flex-row-reverse " > Test coverage <span class="text-ds-blue-darker group-hover/columnheader:opacity-100" data-sort-direction="false" > <svg class="w-4 h-4" data-icon="" data-testid="" fill="none" stroke="currentColor" viewBox="0
src/shared/ListRepo/ReposTableTeam/ReposTableTeam.test.tsx > ReposTableTeam > handles recently visited repo > shows recently visited repo: src/shared/ListRepo/ReposTableTeam/ReposTableTeam.test.tsx#L1045
AssertionError: expected [ false, false ] to deeply equal [ false, true ] Ignored nodes: comments, script, style <html> <head /> <body> <div> <div class="tableui" > <table> <thead> <tr> <th colspan="1" data-sortable="true" scope="col" > <div class="flex gap-1" > Name <span class="text-ds-blue-darker group-hover/columnheader:opacity-100" data-sort-direction="false" > <svg class="w-4 h-4" data-icon="" data-testid="" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" > <path d="M5 10l7-7m0 0l7 7m-7-7v18" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" /> </svg> </span> </div> </th> <th colspan="1" data-sortable="true" scope="col" > <div class="flex gap-1" > Last updated <span class="text-ds-blue-darker group-hover/columnheader:opacity-100" data-sort-direction="desc" > <svg class="w-4 h-4" data-icon="" data-testid="" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" > <path d="M5 10l7-7m0 0l7 7m-7-7v18" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" /> </svg> </span> </div> </th> <th colspan="1" data-sortable="false" data-type="numeric" scope="col" > <div class="flex gap-1 flex-row-reverse" > Tracked lines <span class="text-ds-blue-darker group-hover/columnheader:opacity-100" data-sort-direction="false" > <svg class="w-4 h-4" data-icon="" data-testid="" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" > <path d="M5 10l7-7m0 0l7 7m-7-7v18" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" /> </svg> </span> </div> </th> </tr> </thead> <tbody> <tr> <td class="" > <div class="flex items-center" > <a class="flex items-center text-ds-gray-quinary hover:underline" data-cy="repo" data-marketing="repo" href="/gl/owner1/Repo name 2" > <svg class="w-4 h-4" dat
Test Runner #7 - Vitest
Process completed with exit code 1.
Test Runner #5 - Vitest
The job was canceled because "_7" failed.
Test Runner #5 - Vitest
The operation was canceled.
Test Runner #6 - Vitest
The job was canceled because "_7" failed.
Test Runner #6 - Vitest
The operation was canceled.
Test Runner #2 - Vitest
The job was canceled because "_7" failed.
Test Runner #2 - Vitest
The operation was canceled.
Test Runner #1 - Vitest
The job was canceled because "_7" failed.
Test Runner #1 - Vitest
The operation was canceled.
Test Runner #8 - Vitest
The job was canceled because "_7" failed.
Test Runner #8 - Vitest
The operation was canceled.
Test Runner #0 - Vitest
The job was canceled because "_7" failed.
Test Runner #0 - Vitest
The operation was canceled.
Test Runner #3 - Vitest
The job was canceled because "_7" failed.
Test Runner #3 - Vitest
The operation was canceled.
Test Runner #4 - Vitest
The job was canceled because "_7" failed.
Test Runner #4 - Vitest
The operation was canceled.