Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discover.test.tsx/displays all resources by default flakiness #51914

Open
kopiczko opened this issue Feb 6, 2025 · 0 comments
Open

Discover.test.tsx/displays all resources by default flakiness #51914

kopiczko opened this issue Feb 6, 2025 · 0 comments

Comments

@kopiczko
Copy link
Contributor

kopiczko commented Feb 6, 2025

Failure

Link(s) to logs

Relevant snippet

      68 |   fireEvent.click(screen.getByRole('button', { name: /Back/i }));
      69 |
    > 70 |   const samlGrafanaEl = screen.getByText('Grafana');
         |                                ^
      71 |   expect(samlGrafanaEl).toBeInTheDocument();
      72 |   fireEvent.click(samlGrafanaEl);
      73 |   expect(

      at Object.getElementError (node_modules/.pnpm/@[email protected]/node_modules/@testing-library/dom/dist/config.js:37:19)
      at node_modules/.pnpm/@[email protected]/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
      at node_modules/.pnpm/@[email protected]/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
      at node_modules/.pnpm/@[email protected]/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
      at Object.getByText (e/web/teleport/src/Discover/Discover.test.tsx:70:32)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant