diff --git a/composer.json b/composer.json index 76dfa406..d73195b2 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,8 @@ "drupal/drupal-driver": "^2.1.0", "symfony/browser-kit": "^3.4|~4.4", "symfony/dependency-injection": "~3.0|~4.4", - "symfony/translation": "^3.4|~4.4" + "symfony/translation": "^3.4|~4.4", + "webflo/drupal-finder": "^1.2" }, "require-dev": { "composer/installers": "^1.2", diff --git a/features/blackbox.feature b/features/blackbox.feature index 06246470..56dd3853 100644 --- a/features/blackbox.feature +++ b/features/blackbox.feature @@ -90,3 +90,10 @@ Feature: Test DrupalContext Then the "scenariotag" tag should be present And the "blackbox" tag should be present But the "nonexisting" tag should not be present + + Scenario: Regression test. See: + - https://github.com/minkphp/MinkBrowserKitDriver/issues/153 + - https://www.drupal.org/project/drupal/issues/3175718 + - https://github.com/jhedstrom/drupalextension/pull/612 + Given I am on the homepage + Then I should not see "This text shouldn't be visible" diff --git a/features/mail.feature b/features/mail.feature index 53c1f24b..5eb5d989 100644 --- a/features/mail.feature +++ b/features/mail.feature @@ -73,7 +73,7 @@ Feature: MailContext | subject | test link | | body | A link to Google: http://www.Google.com | And I follow the link to "google" from the mail with the subject "test link" - Then I should see "Search" + Then the response should contain "Search" Scenario: We try to be order insensitive When Drupal sends an email: diff --git a/fixtures/blackbox/index.html b/fixtures/blackbox/index.html index d50b7dba..cb0c85de 100644 --- a/fixtures/blackbox/index.html +++ b/fixtures/blackbox/index.html @@ -1,6 +1,9 @@ Drupal - Open Source CMS | Drupal.org +