Display default prompts more elaborately (#16471)

Show them under `User` role instead of a `System` one, and insert them
expanded.

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2024-08-19 18:44:52 +03:00 committed by GitHub
parent bac8e81e73
commit 69aae2037d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 32 additions and 4 deletions

View file

@ -891,6 +891,7 @@ async fn test_random_context_collaboration(cx: &mut TestAppContext, mut rng: Std
run_commands_in_text: false,
})),
true,
false,
cx,
);
});