Skip to content

Commit

Permalink
MDL-79078 grades: Wait for pending JS when navigating gradebook
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Aug 21, 2023
1 parent 456e8d0 commit e9906db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grade/tests/behat/behat_grade.php
Expand Up @@ -364,6 +364,7 @@ public function i_navigate_to_import_page_in_the_course_gradebook($gradeimportop
*/
public function i_navigate_to_export_page_in_the_course_gradebook($gradeexportoption) {
$this->i_navigate_to_in_the_course_gradebook("More > Export");
$this->wait_for_pending_js();
$this->select_in_gradebook_navigation_selector($gradeexportoption, 'gradesexportactionselect');
}

Expand Down

0 comments on commit e9906db

Please sign in to comment.