From 1cb163f83fee9ea8317a58b4d98e20b4a169194f Mon Sep 17 00:00:00 2001 From: Ilias Dimopoulos Date: Tue, 5 Feb 2019 13:20:59 +0200 Subject: [PATCH] Provide a test for the assert_not_button_in_region. --- features/blackbox.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/features/blackbox.feature b/features/blackbox.feature index be28ae70..e4b98472 100644 --- a/features/blackbox.feature +++ b/features/blackbox.feature @@ -40,6 +40,7 @@ Feature: Test DrupalContext Scenario: Find a button in a region Given I am on the homepage Then I should see the "Search" button in the "navigation" + But I should not see the "Search" button in the "content" region Scenario: Find an element in a region Given I am on the homepage