mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
fixup! breakManager: Add new state machine for screen time/health breaks
This commit is contained in:
parent
85b9999663
commit
f9274bda97
1 changed files with 2 additions and 0 deletions
|
|
@ -360,6 +360,8 @@ describe('Break manager', () => {
|
|||
harness.expectState(102, breakManager, BreakState.DISABLED);
|
||||
harness.addIdleEvent(130);
|
||||
harness.expectState(135, breakManager, BreakState.DISABLED);
|
||||
|
||||
harness.run();
|
||||
});
|
||||
|
||||
// A simple test which simulates the user being active briefly, taking a short
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue