Skip to content

Commit

Permalink
More refactoring of the latest scenario. Which will help us implement…
Browse files Browse the repository at this point in the history
… our parking functionality
  • Loading branch information
baphled committed May 13, 2010
1 parent a90a823 commit 5988572
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions features/plain/lighthouse_integration.feature
Expand Up @@ -16,7 +16,11 @@ Feature: Lighthouse integration
And each feature should be listed on the parking

Scenario: We should be able to import all found tickets into the parking area.
Given there is a parking area
And we click import tickets
When we the page loads we should have a list of all tickets we would like to import
Given we are using the account name "baphled"
And we have an the project number "50164"
And we specify the ticket type "state:open tagged:feature"
And it should be possible to select which tickets should be saved in the parking section
When we specify the ticket type "state:open tagged:feature"
And we submit the search
Then it should be possible to select which tickets should be saved in the parking section

0 comments on commit 5988572

Please sign in to comment.