From 947f3b41beea028e5a9607b09b408b9b177621e4 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 27 Sep 2018 21:58:49 +0200 Subject: [PATCH] Fix acceptance tests as app title changed The redundant app was removed. So we need to update the tests to make it green. Signed-off-by: Roeland Jago Douma --- tests/acceptance/features/apps.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/features/apps.feature b/tests/acceptance/features/apps.feature index 4881dfe9d8c32..ffbe90ea60120 100644 --- a/tests/acceptance/features/apps.feature +++ b/tests/acceptance/features/apps.feature @@ -76,7 +76,7 @@ Feature: apps And I am logged in as the admin And I open the Apps management And I open the "Tools" section - When I click on the "Antivirus App for files" app + When I click on the "Antivirus for files" app Then I see that the app details are shown Scenario: Install an app from the app store