Given I am on the homepage
-> done: NavigationStepDefs.GivenIAmOnTheHomepage() (0.0s)
And I navigate to the "categories" field
-> done: NavigationStepDefs.GivenINavigateToTheField("categories") (12.4s)
And the grid of the "categories" field is displayed
-> done: FieldDisplayingStepDefs.ThenTheGridOfTheFieldIsDisplayed("categories") (0.0s)
When I check the grid buttons
-> done: CheckingStepDefs.WhenICheckTheGridButtons() (0.0s)
Then the grid has a button for Reload rows function
-> No matching step definition found for the step. Use the following code to create one:
[Then(@"the grid has a button for Reload rows function")]
public void ThenTheGridHasAButtonForReloadRowsFunction()
{
ScenarioContext.Current.Pending();
}
At the moment I do not have any idea what could be the problem, Can anybody tell me what is wrong with this code?
Thanks for any help in advance!
András