//! Plugin-related E2E tests
//! These tests are only compiled when the "plugins" feature is enabled.
pub mod audit_mode;
pub mod command_keybinding_editor;
pub mod diagnostics_panel_bugs;
pub mod diagnostics_panel_jump;
pub mod diff_cursor;
pub mod find_file;
pub mod git;
pub mod gutter;
pub mod language_pack;
pub mod load_from_buffer;
pub mod lsp_find_references;
pub mod markdown_source;
pub mod package_manager;
pub mod plugin;
pub mod plugin_keybinding_execution;
pub mod review_diff_ux_bugs;
pub mod theme_editor;
pub mod unified_keybindings;