timothy brizard edited a comment on Bug JBEHAVE-868

Very simple example where both scenarios are skipped when using 3.7.3 and specifying meta filter '+category smoke'.

Meta:
@category smoke

Scenario:
# Assumption: logged in and reservation exists
# Comments: checks basic details

Given I am logged into my account
When I lookup my <car reservation>
Then I will see <car type>
And I will see the <total price>

Examples:
| car reservation | car type | total price |
| 1223395844      | midsize  | 566.21      |


Scenario:
# Assumption: logged in and reservation does not exist
# Comments: checks error handling

Given I am logged into my account
When I lookup my <car reservation>
Then I will see a message that the reservation is not found


Examples:
| car reservation | 
| 1223395844      |
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to