Open bitamar opened 12 years ago
Suggested tests to be added to season.feature:
@api
Scenario: Verify redirections from the front page to the season items tab.
Given I am logged in as a user with the "authenticated user" role
And I create a "season" node titled "Test season"
When I go to the front page
Then I should be on a page titled "Test season - Items"
@api
Scenario: Verify redirections from the front page to the season tasks tab.
Given I am logged in as a user with the "authenticated user" role
And I create a "season" node titled "Test season2"
And I click the link "Items"
And I click the link "Add new item"
And I save an item titled "Test item"
When I go to the front page
Then I should be on a page titled "Test season - tasks"
Only redirect from the front page.