From 52b7845553556b3377e08e7734cc5637f5d7835d Mon Sep 17 00:00:00 2001 From: Ryan Wyllie Date: Fri, 28 Sep 2018 09:40:57 +0800 Subject: [PATCH] MDL-63477 blocks_timeline: fix behat test in clean theme --- blocks/timeline/tests/behat/block_timeline_dates.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/timeline/tests/behat/block_timeline_dates.feature b/blocks/timeline/tests/behat/block_timeline_dates.feature index 6aaf269f6b0..22c04ec55a7 100644 --- a/blocks/timeline/tests/behat/block_timeline_dates.feature +++ b/blocks/timeline/tests/behat/block_timeline_dates.feature @@ -64,7 +64,7 @@ Feature: The timeline block allows users to see upcoming activities And I should see "Test feedback 3 closes" in the "Timeline" "block" And I should not see "Test choice 2 closes" in the "Timeline" "block" And I should not see "Test feedback 2 closes" in the "Timeline" "block" - And I click on "[data-region='paging-bar'] [data-control='next']" "css_element" in the "Timeline" "block" + And I click on "[data-region='paging-bar'] [data-control='next'] [data-region='page-link']" "css_element" in the "Timeline" "block" And I should see "Test feedback 2 closes" in the "Timeline" "block" And I should not see "Test assign 1 is due" in the "Timeline" "block" And I should not see "Test feedback 1 closes" in the "Timeline" "block" -- 2.43.0