mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 10:34:10 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -131,7 +131,7 @@ test("Shows a more specific UI error dialogue when user creation returns an impr
|
||||
});
|
||||
|
||||
let errorDialog = screen.getByText(
|
||||
"Failed to create user. User already exists."
|
||||
"Failed to create user. User already exists.",
|
||||
);
|
||||
|
||||
expect(errorDialog).toBeVisible();
|
||||
|
Reference in New Issue
Block a user