From d68a016026f573e823fdc15a88ca44e3fb2c2790 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 14 Sep 2013 19:49:52 +0200 Subject: [PATCH] Behat: Friendler field reference --- tests/behat/features/manage-files.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/behat/features/manage-files.feature b/tests/behat/features/manage-files.feature index 4a4675e04..e6eb11f34 100644 --- a/tests/behat/features/manage-files.feature +++ b/tests/behat/features/manage-files.feature @@ -49,7 +49,7 @@ Feature: Manage files Scenario: I can change the folder of a file Given I click on "folder1" in the "Files" table And I click on "file1" in the "folder1" table - And I fill in "folder2" for the "ParentID" dropdown + And I fill in "folder2" for the "Folder" dropdown And I press the "Save" button # /show/0 is to ensure that we are on top level folder And I go to "/admin/assets/show/0"