- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
https://github.com/coder/coder/actions/runs/10680634527/job/29602816185
FAIL src/pages/UsersPage/UsersPage.test.tsx (19.402 s) ● UsersPage › suspend user › when it is success › shows a success message... 24 | const user = userEvent.setup(); 25 | // Get the first user in the table > 26 | const moreButtons = await screen.findAllByLabelText("More options"); | ^ 27 | const firstMoreButton = moreButtons[0]; 28 | await user.click(firstMoreButton); 29 | at waitForWrapper (node_modules/.pnpm/@testing-library+dom@9.3.3/node_modules/@testing-library/dom/dist/wait-for.js:162:27) at node_modules/.pnpm/@testing-library+dom@9.3.3/node_modules/@testing-library/dom/dist/query-helpers.js:86:31 at findAllByLabelText (src/pages/UsersPage/UsersPage.test.tsx:26:35) at Object.suspendUser (src/pages/UsersPage/UsersPage.test.tsx:141:11)