Reindent ecukes feature definition

This commit is contained in:
contrapunctus 2020-05-28 00:59:16 +05:30
parent 13f66d2409
commit 6c1f5c0272
1 changed files with 17 additions and 17 deletions

View File

@ -3,29 +3,29 @@ Feature: Point restore in Chronometrist
# What about when we want point to be on the last project instead? In which situations should that happen? # What about when we want point to be on the last project instead? In which situations should that happen?
Background: Background:
Given I open Chronometrist Given I open Chronometrist
And I go to a random point in the buffer And I go to a random point in the buffer
Scenario: Simple re-open 1 Scenario: Simple re-open 1
When I kill its buffer When I kill its buffer
And I open it again And I open it again
Then the position of point should be preserved Then the position of point should be preserved
Scenario: Simple re-open 2 Scenario: Simple re-open 2
When I toggle its buffer When I toggle its buffer
And I open it again And I open it again
Then the position of point should be preserved Then the position of point should be preserved
Scenario: Timer with buffer current Scenario: Timer with buffer current
When buffer is current When buffer is current
Then the timer should preserve the position of point Then the timer should preserve the position of point
Scenario: Timer with buffer not current, but visible Scenario: Timer with buffer not current, but visible
When buffer is not current When buffer is not current
But it is visible in another window But it is visible in another window
Then the timer should preserve the position of point Then the timer should preserve the position of point
Scenario: Previous/next week keys Scenario: Previous/next week keys
When I open chronometrist-report When I open chronometrist-report
And I view the previous/next week And I view the previous/next week
Then the position of point should be preserved Then the position of point should be preserved