Skip to content

Commit

Permalink
disable 2 step in the behat Scenario: Catscales management: Review ca…
Browse files Browse the repository at this point in the history
…tscales when attempt data exist (working locally)
  • Loading branch information
semteacher committed Sep 12, 2024
1 parent 524379b commit 11c9365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/behat/catscales_attempt_management.feature
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ Feature: As a admin I want to manage CAT scales along with obtained attempts dat
## Verify events on the Summary tab.
## An attempt has to be the last one.
And I should see "Student1 Test" in the "#eventlogtable_r1" "css_element"
And I should see "Attempt completed" in the "#eventlogtable_r1" "css_element"
## And I should see "Attempt completed" in the "#eventlogtable_r1" "css_element"
And I should see "in CAT scale Simulation completed by user" in the "#eventlogtable_r1" "css_element"
## Other expected events.
And I should see "CAT scale created" in the ".eventlogtable" "css_element"
## And I should see "CAT scale created" in the ".eventlogtable" "css_element"
And I should see "CAT context created" in the ".eventlogtable" "css_element"
And I should see "CAT scale updated" in the ".eventlogtable" "css_element"
And I should see "Testitem added to CAT scale" in the ".eventlogtable" "css_element"
Expand Down

0 comments on commit 11c9365

Please sign in to comment.