From a6c3d1e26939e4e3f57193f86285a0cae2659c75 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 28 Jun 2013 12:21:00 +0200 Subject: [PATCH] Flag "insert image" behat test as @assets Required in order to run them remotely, which currently doesn't support file upload through Selenium --- tests/behat/features/insert-an-image.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/behat/features/insert-an-image.feature b/tests/behat/features/insert-an-image.feature index 8b5614eb9..c517579a0 100644 --- a/tests/behat/features/insert-an-image.feature +++ b/tests/behat/features/insert-an-image.feature @@ -1,3 +1,4 @@ +@assets Feature: Insert an image into a page As a cms author I want to insert an image into a page