From dee64bbb2de3275505fa78b5ae9efe7945d707d3 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 13 Mar 2014 13:39:59 +1300 Subject: [PATCH] Fixed behat image upload tests (contd.) --- tests/behat/features/insert-an-image.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/behat/features/insert-an-image.feature b/tests/behat/features/insert-an-image.feature index 287a10ff..08c5cf6f 100644 --- a/tests/behat/features/insert-an-image.feature +++ b/tests/behat/features/insert-an-image.feature @@ -6,8 +6,8 @@ Feature: Insert an image into a page Background: Given a "page" "About Us" - And a "file" "assets/folder1/file1.jpg" - And a "file" "assets/folder1/file2.jpg" + And a "image" "assets/folder1/file1.jpg" + And a "image" "assets/folder1/file2.jpg" And I am logged in with "ADMIN" permissions And I go to "/admin/pages" And I click on "About Us" in the tree