From 5a4b4c06ecd58d93881dccd2df8ee6eeb3887d95 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=ADctor=20D=C3=A9niz=20Falc=C3=B3n?= Date: Wed, 22 Aug 2018 18:19:19 +0200 Subject: [PATCH] MDL-57281 behat: Fix some goutte tests (cannot click on li) Simply they are not needed, without JS everything is expanded. --- mod/chat/tests/behat/chat_calendar_events.feature | 2 -- tag/tests/behat/edit_tag.feature | 1 - tag/tests/behat/tagindex.feature | 1 - 3 files changed, 4 deletions(-) diff --git a/mod/chat/tests/behat/chat_calendar_events.feature b/mod/chat/tests/behat/chat_calendar_events.feature index 9daea09e196..68aac69e542 100644 --- a/mod/chat/tests/behat/chat_calendar_events.feature +++ b/mod/chat/tests/behat/chat_calendar_events.feature @@ -25,7 +25,6 @@ Feature: Chat calendar entries And I am on "Course 1" course homepage with editing mode on # TODO MDL-57120 site "Calendar" link not accessible without navigation block. And I add the "Navigation" block if not present - And I click on "Site pages" "list_item" in the "Navigation" "block" Given I click on "Calendar" "link" in the "Navigation" "block" Then I should not see "Test chat name" @@ -37,6 +36,5 @@ Feature: Chat calendar entries And I am on "Course 1" course homepage with editing mode on # TODO MDL-57120 site "Calendar" link not accessible without navigation block. And I add the "Navigation" block if not present - And I click on "Site pages" "list_item" in the "Navigation" "block" Given I click on "Calendar" "link" in the "Navigation" "block" Then I should see "Test chat name" diff --git a/tag/tests/behat/edit_tag.feature b/tag/tests/behat/edit_tag.feature index 42c6d1bb03d..4eb32c57840 100644 --- a/tag/tests/behat/edit_tag.feature +++ b/tag/tests/behat/edit_tag.feature @@ -94,7 +94,6 @@ Feature: Users can edit tags to add description or rename And I press "Customise this page" # TODO MDL-57120 site "Tags" link not accessible without navigation block. And I add the "Navigation" block if not present - And I click on "Site pages" "list_item" in the "Navigation" "block" And I click on "Tags" "link" in the "Navigation" "block" And I follow "Turtle" And I follow "User 1" diff --git a/tag/tests/behat/tagindex.feature b/tag/tests/behat/tagindex.feature index 87f11866c77..04f45bad952 100644 --- a/tag/tests/behat/tagindex.feature +++ b/tag/tests/behat/tagindex.feature @@ -25,7 +25,6 @@ Feature: Browsing tagged items And I press "Customise this page" # TODO MDL-57120 "Tags" link not accessible without navigation block. And I add the "Navigation" block if not present - And I click on "Site pages" "list_item" in the "Navigation" "block" And I click on "Tags" "link" in the "Navigation" "block" And I follow "Cat" Then I should see "Courses" in the ".tag-index-items h3" "css_element" -- 2.17.1