mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 19:10:09 +03:00
fix(e2e): fix flaky locked mode test (#2413)
This commit is contained in:
parent
ce3882fb82
commit
acb31c5322
@ -832,7 +832,7 @@ pub fn lock_mode() {
|
||||
break last_snapshot;
|
||||
}
|
||||
};
|
||||
// let last_snapshot = account_for_races_in_snapshot(last_snapshot);
|
||||
let last_snapshot = account_for_races_in_snapshot(last_snapshot);
|
||||
assert_snapshot!(last_snapshot);
|
||||
}
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
---
|
||||
source: src/tests/e2e/cases.rs
|
||||
assertion_line: 819
|
||||
assertion_line: 836
|
||||
expression: last_snapshot
|
||||
---
|
||||
Zellij (e2e-test) Tab #1
|
||||
Zellij (e2e-test) Tab #1
|
||||
┌ Pane #1 ─────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
|
||||
│$ nabc█ │
|
||||
│ │
|
||||
@ -25,5 +25,5 @@ expression: last_snapshot
|
||||
│ │
|
||||
│ │
|
||||
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
|
||||
Ctrl + <g> LOCK <> PANE <> TAB <> RESIZE <> MOVE <> SEARCH <> SESSION <> QUIT
|
||||
Ctrl + <g> LOCK <> PANE <> TAB <> RESIZE <> MOVE <> SEARCH <> SESSION <> QUIT
|
||||
-- INTERFACE LOCKED --
|
||||
|
Loading…
Reference in New Issue
Block a user