Skip to content
Prev Previous commit
Remove focused test
  • Loading branch information
BrunoQuaresma committed Nov 2, 2023
commit 9535de5a378308cffddb18c64026182e383a516f
2 changes: 1 addition & 1 deletion site/src/pages/UsersPage/UsersPage.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jest.spyOn(console, "error").mockImplementation(() => {});
describe("UsersPage", () => {
describe("suspend user", () => {
describe("when it is success", () => {
it.only("shows a success message", async () => {
it("shows a success message", async () => {
renderPage();

server.use(
Expand Down