Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Fix Behat feature file example verbiage. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Apr 1, 2017
1 parent 728bb57 commit 1d3932f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/extras/selenium.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Using the default Drupal site as an example (it's installed in `/var/www/drupalv
3. From either inside the VM or on the host machine, open up the new `features/web` folder Behat just created. Inside _that_ folder, create `HomeContent.feature` with the following contents:

Feature: Test DrupalContext
In order to prove the Behat is working correctly in Drupal VM
In order to prove Behat is working correctly in Drupal VM
As a developer
I need to run a simple interface test

Expand All @@ -75,7 +75,7 @@ If everything was done correctly, you should see:
```console
$ behat
Feature: Test DrupalContext
In order to prove the Behat is working correctly in Drupal VM
In order to prove Behat is working correctly in Drupal VM
As a developer
I need to run a simple interface test

Expand Down

0 comments on commit 1d3932f

Please sign in to comment.