Skip to content

change convida room name #121

change convida room name

change convida room name #121

Triggered via push September 5, 2024 16:57
Status Failure
Total duration 39s
Artifacts

test.yml

on: push
check-tests
28s
check-tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
src/App.test.tsx > Routing Test > Check Home Route: src/App.test.tsx#L13
TestingLibraryElementError: Unable to find an element with the text: Agenda do Evento. 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 /> </body> ❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19 ❯ node_modules/@testing-library/dom/dist/query-helpers.js:76:38 ❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17 ❯ getByText node_modules/@testing-library/dom/dist/query-helpers.js:95:19 ❯ src/App.test.tsx:13:19
src/components/ButtonGroup/ButtonGroup.test.tsx > renders ButtonGroup: src/components/ButtonGroup/ButtonGroup.test.tsx#L6
TestingLibraryElementError: Unable to find an element with the text: /Front-End CE/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> <div> <div class="grid grid-cols-2 items-center justify-center gap-3 w-full background-slate-200 max-w-[500px]" > <button class="inline-flex items-center justify-center whitespace-nowrap 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 text-primary-foreground h-10 px-4 py-2 bg-[#832BD8]/[.20] border-[0.5px] border-[#A855F7] hover:bg-[#A855F7]/[.50] rounded-[5px] w-full" > Frontend </button> <button class="inline-flex items-center justify-center whitespace-nowrap 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 text-primary-foreground h-10 px-4 py-2 bg-[#832BD8]/[.20] border-[0.5px] border-[#A855F7] hover:bg-[#A855F7]/[.50] rounded-[5px] w-full" > W3C / NiC.br </button> <button class="inline-flex items-center justify-center whitespace-nowrap 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 text-primary-foreground h-10 px-4 py-2 bg-[#832BD8]/[.20] border-[0.5px] border-[#A855F7] hover:bg-[#A855F7]/[.50] rounded-[5px] w-full" > Fire Banking </button> <button class="inline-flex items-center justify-center whitespace-nowrap 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 text-primary-foreground h-10 px-4 py-2 bg-[#832BD8]/[.20] border-[0.5px] border-[#A855F7] hover:bg-[#A855F7]/[.50] rounded-[5px] w-full" > OPovo Convida </button> </div> </div> </body> ❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19 ❯ node_modules/@testing-library/dom/dist/query-helpers.js:76:38 ❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17 ❯ getByText node_modules/@testing-library/dom/dist/query-helpers.js:95:19 ❯ src/components/ButtonGroup/ButtonGroup.test.tsx:6:19
src/components/ReturnButton/ReturnButton.test.tsx > renders ReturnButton: src/components/ReturnButton/ReturnButton.test.tsx#L11
TestingLibraryElementError: Unable to find an accessible element with the role "link" There are no accessible roles. But there might be some inaccessible roles. If you wish to access them, then set the `hidden` option to `true`. Learn more about this here: https://testing-library.com/docs/dom-testing-library/api-queries#byrole Ignored nodes: comments, script, style <body> <div> <a class="self-start" > <svg class="lucide lucide-chevron-left text-[#A855F7] self-start absolute" fill="none" height="28" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="28" xmlns="http://www.w3.org/2000/svg" > <path d="m15 18-6-6 6-6" /> </svg> </a> </div> </body> ❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19 ❯ node_modules/@testing-library/dom/dist/query-helpers.js:76:38 ❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17 ❯ getByRole node_modules/@testing-library/dom/dist/query-helpers.js:95:19 ❯ src/components/ReturnButton/ReturnButton.test.tsx:11:23
check-tests
Process completed with exit code 1.
check-tests
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/