You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/extras/selenium.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Using the default Drupal site as an example (it's installed in `/var/www/drupalv
60
60
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:
61
61
62
62
Feature: Test DrupalContext
63
-
In order to prove the Behat is working correctly in Drupal VM
63
+
In order to prove Behat is working correctly in Drupal VM
64
64
As a developer
65
65
I need to run a simple interface test
66
66
@@ -75,7 +75,7 @@ If everything was done correctly, you should see:
75
75
```console
76
76
$ behat
77
77
Feature: Test DrupalContext
78
-
In order to prove the Behat is working correctly in Drupal VM
78
+
In order to prove Behat is working correctly in Drupal VM
0 commit comments