diff --git a/features/plain/lighthouse_integration.feature b/features/plain/lighthouse_integration.feature index 7ecdb89a..c2f6e13f 100644 --- a/features/plain/lighthouse_integration.feature +++ b/features/plain/lighthouse_integration.feature @@ -11,14 +11,12 @@ Feature: Lighthouse integration Scenario: We want to be able to get a list of tickets using the give tag Given we are using the account name "baphled" And we have an the project number "50164" - When we make a ticket request to lighthouse - And receive a list of features - And each of the features should be using the given tag + When we specify the ticket type "state:open tagged:feature" + Then each of the features should be using the "feature" tag + And each feature should be listed on the parking Scenario: We should be able to import all found tickets into the parking area. 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" - When we receive a list of tickets - Then the list should be displayed And it should be possible to select which tickets should be saved in the parking section \ No newline at end of file