Skip to content

Commit

Permalink
MDL-57281 behat: Fix some goutte tests (cannot click on li)
Browse files Browse the repository at this point in the history
Simply they are not needed, without JS everything is expanded.
  • Loading branch information
vmdef authored and stronk7 committed Aug 22, 2018
1 parent 7e93539 commit 5a4b4c0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions mod/chat/tests/behat/chat_calendar_events.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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 change: 0 additions & 1 deletion tag/tests/behat/edit_tag.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion tag/tests/behat/tagindex.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5a4b4c0

Please sign in to comment.