Gizra / garmentbox

Distribution for the garment industry
GNU General Public License v2.0
5 stars 4 forks source link

Fix season redirections #61

Open bitamar opened 12 years ago

bitamar commented 12 years ago

Only redirect from the front page.

bitamar commented 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"