fix(e2e): fix flaky locked mode test (#2413)
This commit is contained in:
parent
ce3882fb82
commit
acb31c5322
2 changed files with 4 additions and 4 deletions
|
|
@ -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,6 +1,6 @@
|
|||
---
|
||||
source: src/tests/e2e/cases.rs
|
||||
assertion_line: 819
|
||||
assertion_line: 836
|
||||
expression: last_snapshot
|
||||
---
|
||||
Zellij (e2e-test) Tab #1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue