Skip to content

Commit

Permalink
iss1393 - Increase Behat reruns in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
EJMFarrow committed Feb 18, 2025
1 parent a196b91 commit 11cf387
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,5 @@ jobs:

- name: Behat features
if: ${{ always() }}
run: moodle-plugin-ci behat --profile chrome
run: moodle-plugin-ci behat --profile chrome --auto-rerun 6

2 changes: 2 additions & 0 deletions tests/behat/analysis.feature
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ Feature: Test analysis response page
And I follow "Finish review"
And I wait until "Re-attempt quiz" "text" exists
And I wait "15" seconds
And I log out
And I log in as "teacher"
When I am on the "C1 > Test question 1" "qtype_stack > analysis" page logged in as "teacher"
Then I should see "Type in {@ta@}."
And I click on "select option:nth-child(2)" "css_element"
Expand Down

0 comments on commit 11cf387

Please sign in to comment.