Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though

This commit is contained in:
Ryan Ward
2026-05-07 11:29:34 -05:00
parent f4e2475c60
commit a41cbd8cc7
2433 changed files with 14208 additions and 9409 deletions
@@ -1,6 +1,6 @@
use crate::integration_testing::view_getters::{command_palette_view, workspace_view};
use warpui::async_assert;
use warpui::integration::AssertionCallback;
use galaxyui::async_assert;
use galaxyui::integration::AssertionCallback;
/// Asserts that the command palette is currently open.
pub fn assert_command_palette_is_open() -> AssertionCallback {
@@ -3,8 +3,8 @@ use crate::integration_testing::command_palette::assertions::{
assert_command_palette_is_open,
};
use crate::util::bindings::cmd_or_ctrl_shift;
use warpui::integration::{AssertionOutcome, TestStep};
use warpui::{App, WindowId};
use galaxyui::integration::{AssertionOutcome, TestStep};
use galaxyui::{App, WindowId};
/// Extension trait for `Vec<TestStep>` that allows chaining assertions onto the last step.
pub trait TestStepsExt {