MDL-72878 behat: Fix behat failing in chrome.

Element is on edge of browser. Changing window size.
This commit is contained in:
Ilya Tregubov 2021-10-21 14:59:20 +02:00
parent 8885e22a0b
commit 584bc8cf7e

View File

@ -55,6 +55,7 @@ Feature: The timeline block allows user persistence of their page limits
When I click on "5" "button" in the "Timeline" "block"
And I click on "25" "link"
And I should see "Test feedback 2" in the "Timeline" "block"
And I change window size to "large"
And I click on "25" "button" in the "Timeline" "block"
And I click on "5" "link" in the "[data-region='timeline'] [data-region='paging-control-limit-container'] .dropdown-menu" "css_element"
Then I should not see "Test feedback 2" in the "Timeline" "block"