Skip to content

Instantly share code, notes, and snippets.

@satujamsaja
Created November 8, 2016 07:53
Show Gist options
  • Select an option

  • Save satujamsaja/f0c8a18a907f04ddbb46c6a7eb9623fb to your computer and use it in GitHub Desktop.

Select an option

Save satujamsaja/f0c8a18a907f04ddbb46c6a7eb9623fb to your computer and use it in GitHub Desktop.
This is example taxonomy test feature for behat
@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