From 114f7d9edaad021d785d9da6401abe03ab76057e Mon Sep 17 00:00:00 2001 From: nagyad Date: Thu, 10 Jan 2019 15:28:27 +0100 Subject: [PATCH] OPENEUROPA-1500: Simplify test. --- tests/features/analytics.feature | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/features/analytics.feature b/tests/features/analytics.feature index 16d62f1e..72fd63f5 100644 --- a/tests/features/analytics.feature +++ b/tests/features/analytics.feature @@ -4,12 +4,10 @@ Feature: Webtools Analytics As the site manager I need to be able to configure the settings - Background: - Given I am logged in as a user with the "administer webtools analytics" permission - @BackupAnalyticsConfigs Scenario: Create Webtools Analytics settings - Given I am on "admin/config/system/oe_webtools_analytics" + Given I am logged in as a user with the "administer webtools analytics" permission + And I am on "admin/config/system/oe_webtools_analytics" Then I should see "Webtools Analytics settings" When I fill in "Site ID" with "123456" And I fill in "Site path" with "ec.europa.eu/info"