-
Notifications
You must be signed in to change notification settings - Fork 887
flake: UsersPage.test.tsx
#14535
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
Comments
Another failing job just for the record https://github.com/coder/coder/actions/runs/10706938607/job/29685833175?pr=14564 |
Yeah, just had this trigger for me, too, even though none of my changes affected the users page The selector itself looks right. The accessibility tree has the label, and it's also using that as its accessible name, so the choice of selecting by name or by label shouldn't matter. It's gotta be strictly a mock data loading error |
By using [Storybook interaction tests](https://storybook.js.org/tutorials/ui-testing-handbook/react/en/interaction-testing/), we improve the developer experience, as we can see what is happening in the browser, use browser tools to debug, and snapshot the component after interactions, making our tests more reliable and easier to maintain. Fixes #14535
I'm so sorry, Bruno, but it's back |
@Parkreiner is it updated with main? Because I literally removed the test file https://github.com/coder/coder/pull/14579/files#diff-1dbaa705844a001ee47037bae756983ca35300457ea2d362c535c81acc0aee54 |
Looks like it's not. I checked, and UsersPage.test.tsx does not exist on main anymore. Please close the issue again if the test passes after you update the branch with the current main. 🙏 |
https://github.com/coder/coder/actions/runs/10680634527/job/29602816185
The text was updated successfully, but these errors were encountered: