Skip to content

Commit

Permalink
test: MTMOODLE-100
Browse files Browse the repository at this point in the history
  • Loading branch information
dadalid-at-wiris authored Oct 4, 2024
1 parent afa0740 commit a5f4e7f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,19 +198,20 @@ jobs:
run: |
case "${{ matrix.moodle-branch }}" in
"MOODLE_38_STABLE"|"MOODLE_39_STABLE"|"MOODLE_311_STABLE")
TAG="@3.x_tinymce6"
TAG="@3.x_tinymce6${{ github.event.inputs.tags }}"
;;
"MOODLE_400_STABLE")
TAG="@4.0_tinymce6"
TAG="@4.0_tinymce6${{ github.event.inputs.tags }}"
;;
"MOODLE_401_STABLE"|"MOODLE_402_STABLE"|"MOODLE_403_STABLE"|"MOODLE_404_STABLE"|"main")
TAG="@4.x_tinymce6"
TAG="@4.x_tinymce6${{ github.event.inputs.tags }}"
;;
*)
TAG="@tinymce6"
TAG="@tinymce6${{ github.event.inputs.tags }}"
;;
esac
moodle-plugin-ci behat --tags=$TAG${{ github.event.inputs.tags }} --profile ${{ matrix.browser }} --auto-rerun=2 --verbose -vvv
echo "moodle-plugin-ci behat --tags=$TAG --profile ${{ matrix.browser }} --auto-rerun=2 --verbose -vvv"
moodle-plugin-ci behat --tags=$TAG --profile ${{ matrix.browser }} --auto-rerun=2 --verbose -vvv
- name: Upload Behat Faildump
if: ${{ failure() && steps.behat.outcome == 'failure' }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Feature: Modal window focus
And I press "MathType" in "Page content" field in TinyMCE 6 editor
And I wait until MathType editor is displayed
And I wait "2" seconds
And I click on MathType editor title bar
And I move the MathType editor
And I wait "1" seconds
And I set MathType formula to '<math><mfrac><mn>1</mn><msqrt><mn>2</mn><mi>&#x3c0;</mi></msqrt></mfrac></math>'
And I wait "1" seconds
Expand All @@ -49,7 +49,7 @@ Feature: Modal window focus
And I press "MathType" in "Page content" field in TinyMCE 6 editor
And I wait until MathType editor is displayed
And I wait "2" seconds
And I click on MathType editor title bar
And I move the MathType editor
And I wait "1" seconds
And I set MathType formula to '<math><mfrac><mn>1</mn><msqrt><mn>2</mn><mi>&#x3c0;</mi></msqrt></mfrac></math>'
And I wait "1" seconds
Expand Down

0 comments on commit a5f4e7f

Please sign in to comment.