forked from LionsAd/drupal_ti
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LionsAd#32: Added drupal driver and tests for Drupal 7.
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
10 changes: 10 additions & 0 deletions
10
tests/drupal-7/drupal_ti_test/tests/behat/features/drupal.feature
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
@api | ||
Feature: Drupal-specific steps | ||
In order to prove that the drupal driver is working properly | ||
As a developer | ||
I need to be able to use the steps provided here | ||
|
||
Scenario: drupal is bootstraped | ||
Given I am logged in as a user with the "authenticated user" role | ||
Then I should see "Log out" | ||
|