Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
f01d69cb
Commit
f01d69cb
authored
Oct 01, 2021
by
victor
🙇
Committed by
Eloy Lafuente
Oct 01, 2021
Browse files
Merge branch 'MDL-72714-master' of
git://github.com/ilyatregubov/moodle
parents
0437f409
fad4743e
Changes
6
Hide whitespace changes
Inline
Side-by-side
admin/tests/behat/manage_tokens.feature
View file @
f01d69cb
...
...
@@ -30,7 +30,7 @@ Feature: Manage external services tokens
And
I press
"Delete"
And
"Firstname1 Lastname1"
"table_row"
should not exist
@javascript
@javascript
@skip_chrome_zerosize
Scenario
:
Tokens can be filtered by user and by service
Given the following "core_webservice > Service" exists
:
|
name
|
Site
information
|
...
...
badges/tests/behat/award_badge.feature
View file @
f01d69cb
...
...
@@ -225,6 +225,7 @@ Feature: Award badges
|
id_completion
|
1
|
And
I am on
"Course 1"
course homepage
And
I navigate to
"Badges > Add a new badge"
in current page administration
And
I change window size to
"large"
And I set the following fields to these values
:
|
Name
|
Course
Badge
|
|
Description
|
Course
badge
description
|
...
...
badges/tests/behat/criteria_activity.feature
View file @
f01d69cb
...
...
@@ -36,6 +36,7 @@ Feature: Award badges based on activity completion
And
I log in as
"teacher1"
And
I am on
"Course 1"
course homepage
And
I navigate to
"Badges > Add a new badge"
in current page administration
And
I change window size to
"large"
And I set the following fields to these values
:
|
Name
|
Course
Badge
|
|
Description
|
Course
badge
description
|
...
...
badges/tests/behat/criteria_competency.feature
View file @
f01d69cb
...
...
@@ -40,6 +40,7 @@ Feature: Award badges based on competency completion
# Add a badge to the course
And
I am on
"Course 1"
course homepage
And
I navigate to
"Badges > Add a new badge"
in current page administration
And
I change window size to
"large"
And I set the following fields to these values
:
|
Name
|
Course
Badge
|
|
Description
|
Course
badge
description
|
...
...
blocks/comments/tests/behat/add_comment.feature
View file @
f01d69cb
...
...
@@ -36,6 +36,7 @@ Feature: Add a comment to the comments block
@javascript
Scenario
:
Test comment block pagination
When
I add
"Super test comment 01"
comment to comments block
And
I change window size to
"1024x4096"
And
I add
"Super test comment 02"
comment to comments block
And
I add
"Super test comment 03"
comment to comments block
And
I add
"Super test comment 04"
comment to comments block
...
...
mod/assign/tests/behat/quickgrading.feature
View file @
f01d69cb
...
...
@@ -36,6 +36,7 @@ Feature: In an assignment, teachers grade multiple students on one page
And
I follow
"Test assignment name"
Then
I should see
"1"
in the
"Needs grading"
"table_row"
@skip_chrome_zerosize
Scenario
:
Grade multiple students on one page
Given the following "courses" exist
:
|
fullname
|
shortname
|
category
|
groupmode
|
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment