Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong step definition #676

Open
patrinos opened this issue Jul 29, 2024 · 1 comment
Open

Wrong step definition #676

patrinos opened this issue Jul 29, 2024 · 1 comment

Comments

@patrinos
Copy link

* @Then I (should )see the :link in the :rowText row

The alternative step definition "@then I (should )see the :link in the :rowText row" in
/**

  • Attempts to find a link in a table row containing giving text. This is for
  • administrative pages such as the administer content types screen found at
  • admin/structure/types.
  • @given I click :link in the :rowText row
  • @then I (should )see the :link in the :rowText row
    */
    contradicts the first one and the following code, which involves a click and not just the existence of a link.
@patrinos
Copy link
Author

Also 'giving text' on the first line should be 'given text'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant