From bc3a43d18c1de88356414f46bff1d48a72ae48a2 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Mon, 13 Aug 2018 15:07:09 +0530 Subject: [PATCH] functional tests: Fix failing test change default app - Added an additional pre-condition to check whether the Syncthing app is enabled. Signed-off-by: Joseph Nuthalapati --- functional_tests/features/configuration.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/functional_tests/features/configuration.feature b/functional_tests/features/configuration.feature index eff892d72..bacf50475 100644 --- a/functional_tests/features/configuration.feature +++ b/functional_tests/features/configuration.feature @@ -32,6 +32,7 @@ Scenario: Change domain name Scenario: Change default app Given the syncthing application is installed + And the syncthing application is enabled And the default app is syncthing When I change the default app to plinth Then the default app should be plinth