From 858c270b4964b2c2219f3b067c41118b241e6214 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 21 Apr 2020 13:07:07 -0700 Subject: [PATCH] mediawiki: Reuse existing images in functional tests Tests performed: - Re-run mediawiki functional tests Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- functional_tests/features/mediawiki.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/functional_tests/features/mediawiki.feature b/functional_tests/features/mediawiki.feature index d6b98791b..64b6e9bbd 100644 --- a/functional_tests/features/mediawiki.feature +++ b/functional_tests/features/mediawiki.feature @@ -55,13 +55,13 @@ Scenario: Logged in user can see upload files option Scenario: Upload images Given the mediawiki application is enabled - When I upload an image named FreedomBox-logo-lineart.png to mediawiki with credentials admin and whatever123 - Then there should be FreedomBox-logo-lineart.png image + When I upload an image named noise.png to mediawiki with credentials admin and whatever123 + Then there should be Noise.png image Scenario: Upload SVG image Given the mediawiki application is enabled - When I upload an image named FreedomBox-logo-grayscale.svg to mediawiki with credentials admin and whatever123 - Then there should be FreedomBox-logo-grayscale.svg image + When I upload an image named apps-background.svg to mediawiki with credentials admin and whatever123 + Then there should be Apps-background.svg image Scenario: Backup and restore mediawiki Given the mediawiki application is enabled