This repository has been archived on 2022-05-13. You can view files and clone it, but cannot push or open issues or pull requests.
chronometrist/features/point-restore.feature

24 lines
688 B
Gherkin
Raw Normal View History

2019-08-04 19:30:16 +00:00
Feature: Point restore in Chronometrist
Background:
Given I open Chronometrist
Scenario: Simple re-open
When I close it
And I open it again
Then the position of point should be preserved
Scenario: Timer with buffer current
When buffer is current
Then the timer should preserve point
Scenario: Timer with buffer not current, but visible
When buffer is not current
But it is visible in another window
Then the timer should preserve point
Scenario: Previous/next week keys
When I open chronometrist-report
And I view the previous/next week
Then the position point should be preserved