MDL-57281 behat: Fix some goutte tests (cannot click on li)

Simply they are not needed, without JS everything is expanded.
This commit is contained in:
Víctor Déniz Falcón
2018-08-22 18:34:50 +02:00
committed by Eloy Lafuente (stronk7)
parent 7e93539cf6
commit 5a4b4c06ec
3 changed files with 0 additions and 4 deletions
@@ -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"
-1
View File
@@ -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"
-1
View File
@@ -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"