From 91ae2593d65e452a6d9f168d8427a56ae07d6f4a Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Thu, 27 Feb 2020 12:32:21 +0100 Subject: [PATCH] MDL-67062 core_h5p: behat fix for delete library test --- h5p/tests/behat/h5p_libraries.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p/tests/behat/h5p_libraries.feature b/h5p/tests/behat/h5p_libraries.feature index 779f9e45494..2d990b3e6d4 100644 --- a/h5p/tests/behat/h5p_libraries.feature +++ b/h5p/tests/behat/h5p_libraries.feature @@ -50,7 +50,7 @@ Feature: Upload and list H5P libraries and content types installed Given I log in as "admin" And I navigate to "H5P > Manage H5P content types" in site administration And I upload "h5p/tests/fixtures/filltheblanks.h5p" file to "H5P content type" filemanager - And I click on "Upload H5P content types" "button" in the "#fitem_id_submitbutton" "css_element" + And I click on "Upload H5P content types" "button" in the "#fitem_id_uploadlibraries" "css_element" And I wait until the page is ready And I click on "Installed H5P libraries" "link" When I click on "Delete version" "link" in the "H5P.FontIcons" "table_row" -- 2.43.0