Skip to content

Commit

Permalink
ci-again - Fix behat test
Browse files Browse the repository at this point in the history
  • Loading branch information
EJMFarrow committed Dec 20, 2024
1 parent 56d3e21 commit 60aad68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/behat/library.feature
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Feature: Test STACK library
Scenario: Import a question starting from question bank.
When I am on the "Course 1" "core_question > course question bank" page logged in as "teacher"
And I click on "Create a new question" "button"
And I click on "STACK" "text"
And I click on "[name$='submitbutton']" "css_element"
And I set the field "item_qtype_stack" to "1"
And I press "submitbutton"
And I click on "STACK question library" "link"
Then I should see "Test questions"
And I should not see "Question variables"
Expand Down

0 comments on commit 60aad68

Please sign in to comment.