Created
November 8, 2016 07:53
-
-
Save satujamsaja/f0c8a18a907f04ddbb46c6a7eb9623fb to your computer and use it in GitHub Desktop.
This is example taxonomy test feature for behat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @api | |
| Feature: Taxonomy test | |
| In order to check taxonomy Blog Category existed | |
| As a site administrator | |
| I need to check taxonomy Blog Category already created | |
| Scenario: Check taxonomy Blog Category existed | |
| Given I am logged in as a user with the "administrator" role | |
| When I go to "/admin/structure/taxonomy" | |
| Then I should see the text "Blog Category" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment