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

Commit

Permalink
Merge pull request #1708 from kmbremner/patch-1
Browse files Browse the repository at this point in the history
Selenium paths value needs to be quoted
  • Loading branch information
geerlingguy committed Mar 1, 2018
2 parents 1f2bc93 + 5784a0c commit fe88f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extras/selenium.md
Expand Up @@ -34,7 +34,7 @@ Using the default Drupal site as an example (it's installed in `/var/www/drupalv
default:
suites:
web_features:
paths: [ %paths.base%/features/web ]
paths: [ "%paths.base%/features/web" ]
contexts:
- WebContext
- Drupal\DrupalExtension\Context\DrupalContext
Expand Down

0 comments on commit fe88f3e

Please sign in to comment.