On 20/10/2010 22:55, Tahir Raza wrote:
> This is my Scenario:
>
> Scenario: The objective of the test case is to verify that the 3rd
> Party product offerings page functions as expected. (PREPPOSFN01)
>
> Meta: @UseCase My first use case
>     
> Given I access the site
> And I am an anonymous user
> When I click on the "Apply Now" link
> Then I should see text "Already have a Best Buy Credit Card account?"
> on the page
> And page title should be "Credit Cards"
>
>
> Still  getting the message:
>
> Meta[properties={}] not allowed by filter '+UseCase'
>
> Not sure what I am missing. 
>
Sorry, my fault:  to match a meta filter with a non-blank value, you
need a filter that either provide an exact match of the value (e.g.
'+UseCase My first use case') or one that matches using the * pattern
(e.g. '+UseCase *' or '+UseCase * use case').

More documentation will be available soon.

Reply via email to