Skip to content

Commit

Permalink
CTP-3783 gherkinlint
Browse files Browse the repository at this point in the history
  • Loading branch information
watson8 committed Oct 28, 2024
1 parent a2a68d3 commit 083e639
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Feature: Automatically allocations interacting with manually allocated students
# Apply button will reload page via module.js when call to /mod/coursework/actions/processallocation.php returns.
And I wait until the page is ready
And I wait "3" seconds
Then I should see the student allocated to the other teacher for the first assessor
Then I should see the student allocated to the other teacher for the first assessor
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Feature: Allow markers to edit their marking but only during specific marking st
I want to be able to edit my initial marking if I have made a mistake.
So that if the marking stage is at final agreed grading there is a time window for initial marks edition to happen


Background:
Given there is a course
And there is a coursework
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/feedback_rubrics.feature
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Feature: Adding feedback using the built in Moodle rubrics
Then I should see the rubric grade on the page
And I should see the rubric comment "New comment here"

@javascript
@javascript
Scenario: I should see the rubric grade show up in the gradebook
Given there is a rubric defined for the coursework
Given I visit the coursework page
Expand Down

0 comments on commit 083e639

Please sign in to comment.