feat: sidebar runtime extraction + history-safe commands + checklist updates
This commit is contained in:
@@ -3389,10 +3389,10 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn slash_menu_css_uses_viewport_overlay_layer() {
|
||||
assert!(STYLE.contains(".slash-menu"));
|
||||
assert!(STYLE.contains("position: fixed;"));
|
||||
assert!(STYLE.contains("z-index: 130;"));
|
||||
assert!(!STYLE.contains("z-index: 11;"));
|
||||
assert!(SPIKE_STYLE.contains(".slash-menu"));
|
||||
assert!(SPIKE_STYLE.contains("position: fixed;"));
|
||||
assert!(SPIKE_STYLE.contains("z-index: 130;"));
|
||||
assert!(!SPIKE_STYLE.contains("z-index: 11;"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user