From c44da977115aeb64836c172dcf511a9fd217e7d9 Mon Sep 17 00:00:00 2001 From: Rajesh Taneja Date: Wed, 11 Feb 2015 14:58:57 +0800 Subject: [PATCH] MDL-36296 block_navigation: navigate to course before following activity Activity name is wrapped and chrome driver can't click on it So navigate to course where it is visible in full --- grade/grading/form/rubric/tests/behat/reuse_own_rubrics.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/grade/grading/form/rubric/tests/behat/reuse_own_rubrics.feature b/grade/grading/form/rubric/tests/behat/reuse_own_rubrics.feature index 00a6419ac4a..440854c3124 100644 --- a/grade/grading/form/rubric/tests/behat/reuse_own_rubrics.feature +++ b/grade/grading/form/rubric/tests/behat/reuse_own_rubrics.feature @@ -40,6 +40,7 @@ Feature: Reuse my rubrics in other activities And I should see "Criterion 1" And I should see "Criterion 2" And I should see "Criterion 3" + And I follow "C1" And I go to "Test assignment 1 name" advanced grading definition page And I should see "Criterion 1" And I should see "Criterion 2"