Add ecukes feature stub

This commit is contained in:
contrapunctus 2019-08-05 01:00:16 +05:30
parent 0c8c1998e9
commit caf9d23082
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
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