From 4bc8d0b5dfd3c4dcd702b209571d06b268da2879 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 18 May 2021 13:07:12 +0200 Subject: [PATCH] Minor - fix behat test --- tests/behat/features/toolThematic.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/behat/features/toolThematic.feature b/tests/behat/features/toolThematic.feature index 98168428e6..5c7146deed 100644 --- a/tests/behat/features/toolThematic.feature +++ b/tests/behat/features/toolThematic.feature @@ -18,7 +18,7 @@ Feature: Thematic tool Then I should see "Title" Then I fill in the following: | title[1] | Objective | - Then I fill in editor field "description[1]" with "Objective 1" + Then I fill in editor field "description1" with "Objective 1" Then I press "Save" Then I should see "Objective 1"