This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scenario: Move a project which have some todos to Scheduled | |
Given I create a project "Project A" | |
And I create todos "Todo A" | |
When I drag todo "Todo A" to project "Project A" | |
Then the todo "Todo A" should be placed in "Next" | |
When I drag project "Project A" to place Scheduled | |
Then I should see "Schedule" | |
When I fill in "Scheduled at" with the date "tomorrow" | |
And I fill in "Scheduled Action" with "move_to_today" | |
And I press "OK" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: Items in scheduled | |
As an singed up user | |
I want to manage my todos or projects which placed in scheduled | |
Background: | |
Given I am a confirmed user and signed in as "[email protected]" with password "iamtom" | |
Scenario: Move a new todo to Scheduled | |
When I create a todo "To meet David" on "" about "About trip planning" | |
And I drag todo "To meet David" to place Scheduled |
NewerOlder