diff --git a/composer.json b/composer.json index b8ad13d7..b4f82945 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ }, "require-dev": { "roave/security-advisories": "dev-master", - "paulgibbs/behat-wordpress-extension": "0.7.1", + "paulgibbs/behat-wordpress-extension": "0.8.0", "behat/mink-goutte-driver": "^1.2", "behat/mink-selenium2-driver": "^1.3", "squizlabs/php_codesniffer": "^2.9.0", diff --git a/composer.lock b/composer.lock index f16728d7..9057c5b0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "bf5e2a9d2243091127d0d155e2c5d4de", + "content-hash": "747962c59deae7c9b27626762b9e555f", "packages": [ { "name": "composer/installers", @@ -1656,29 +1656,32 @@ }, { "name": "paulgibbs/behat-wordpress-extension", - "version": "v0.7.1", + "version": "v0.8.0", "source": { "type": "git", "url": "https://github.com/paulgibbs/behat-wordpress-extension.git", - "reference": "bf7650859898755071f909a0f5d29684c8d44633" + "reference": "04aaa4e2262f3678c4cf76829331b99051bf0ff9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paulgibbs/behat-wordpress-extension/zipball/bf7650859898755071f909a0f5d29684c8d44633", - "reference": "bf7650859898755071f909a0f5d29684c8d44633", + "url": "https://api.github.com/repos/paulgibbs/behat-wordpress-extension/zipball/04aaa4e2262f3678c4cf76829331b99051bf0ff9", + "reference": "04aaa4e2262f3678c4cf76829331b99051bf0ff9", "shasum": "" }, "require": { "behat/behat": "~3.1", "behat/mink-goutte-driver": "~1.2", "behat/mink-selenium2-driver": "~1.3", - "php": ">=5.6.0", + "ocramius/proxy-manager": "2.0.4", + "php": "~7.0", "roave/security-advisories": "dev-master", - "sensiolabs/behat-page-object-extension": "~2.1" + "sensiolabs/behat-page-object-extension": "~2.1", + "zendframework/zend-code": "3.1.0" }, "require-dev": { + "joomla-projects/selenium-server-standalone": "~3.5", "squizlabs/php_codesniffer": "~3.0", - "wp-cli/wp-cli": "~1.0" + "wp-cli/wp-cli": "~1.3" }, "suggest": { "behat/mink-selenium2-driver": "JS-enabled Mink driver (requires Selenium2)" @@ -1712,7 +1715,7 @@ "extension", "wordpress" ], - "time": "2017-07-19T11:34:14+00:00" + "time": "2017-09-18T16:09:49+00:00" }, { "name": "phar-io/manifest", diff --git a/tests/behat/features/admin-login.feature b/tests/behat/features/admin-login.feature index 479053f8..13be194c 100644 --- a/tests/behat/features/admin-login.feature +++ b/tests/behat/features/admin-login.feature @@ -5,6 +5,6 @@ Feature: Login as an administrator (no-js) Scenario: Confirm access to create users Given I am logged in as an admin - When I am on the Dashboard + When I am on the dashboard And I go to menu item "Users > Add New" - Then I should see "Add New User" \ No newline at end of file + Then I should see "Add New User" diff --git a/tests/behat/features/blogname.feature b/tests/behat/features/blogname.feature index 04f847a2..e75a3f73 100644 --- a/tests/behat/features/blogname.feature +++ b/tests/behat/features/blogname.feature @@ -5,7 +5,7 @@ Feature: Change blogname and blogdescription (no-js) Background: Given I am logged in as an admin - Given I am on the Dashboard + Given I am on the dashboard Scenario: Saving blogname @@ -22,4 +22,4 @@ Feature: Change blogname and blogdescription (no-js) And I press "submit" And I should see "Settings saved." And I am on the homepage - Then I should see "GitHub + Composer + CircleCi + Pantheon = Win!" in the ".site-description" element \ No newline at end of file + Then I should see "GitHub + Composer + CircleCi + Pantheon = Win!" in the ".site-description" element