first pass of merging in warp (doesn't build)
This commit is contained in:
@@ -1,15 +1,10 @@
|
||||
use galaxyui::{
|
||||
async_assert_eq,
|
||||
integration::{AssertionCallback, AssertionOutcome},
|
||||
};
|
||||
use galaxyui::async_assert_eq;
|
||||
use galaxyui::integration::{AssertionCallback, AssertionOutcome};
|
||||
|
||||
use crate::{
|
||||
ai::{
|
||||
agent::redaction::redact_secrets, blocklist::block::secret_redaction::find_secrets_in_text,
|
||||
},
|
||||
integration_testing::view_getters::single_terminal_view,
|
||||
terminal::safe_mode_settings::get_secret_obfuscation_mode,
|
||||
};
|
||||
use crate::ai::agent::redaction::redact_secrets;
|
||||
use crate::ai::blocklist::block::secret_redaction::find_secrets_in_text;
|
||||
use crate::integration_testing::view_getters::single_terminal_view;
|
||||
use crate::terminal::safe_mode_settings::get_secret_obfuscation_mode;
|
||||
|
||||
pub fn assert_secret_tooltip_open(open: bool) -> AssertionCallback {
|
||||
Box::new(move |app, window_id| {
|
||||
|
||||
Reference in New Issue
Block a user