Skip to content
GitLab
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
35079739
Commit
35079739
authored
Aug 04, 2021
by
bas
Browse files
MDL-71610 core_behat: access site admin manage tags link
parent
16c726cd
Changes
5
Hide whitespace changes
Inline
Side-by-side
admin/tool/oauth2/tests/behat/basic_settings.feature
View file @
35079739
...
...
@@ -6,6 +6,7 @@ Feature: Basic OAuth2 functionality
Background
:
Given
I log in as
"admin"
And
I change window size to
"large"
And
I navigate to
"Server > OAuth 2 services"
in site administration
Scenario
:
Create, edit and delete standard service for Google
...
...
mod/book/tests/behat/edit_tags.feature
View file @
35079739
...
...
@@ -42,6 +42,7 @@ Feature: Edited book chapters handle tags correctly
@javascript
Scenario
:
Book chapter edition of standard tags works as expected
Given
I log in as
"admin"
And
I change window size to
"large"
And
I navigate to
"Appearance > Manage tags"
in site administration
And
I follow
"Default collection"
And
I follow
"Add standard tags"
...
...
mod/forum/tests/behat/edit_tags.feature
View file @
35079739
...
...
@@ -40,6 +40,7 @@ Feature: Edited forum posts handle tags correctly
@javascript
Scenario
:
Forum post edition of standard tags works as expected
Given
I log in as
"admin"
And
I change window size to
"large"
And
I navigate to
"Appearance > Manage tags"
in site administration
And
I follow
"Default collection"
And
I follow
"Add standard tags"
...
...
mod/glossary/tests/behat/edit_tags.feature
View file @
35079739
...
...
@@ -41,6 +41,7 @@ Feature: Edited glossary entries handle tags correctly
Scenario
:
Glossary entry edition of standard tags works as expected
Given
I log in as
"admin"
And
I change window size to
"large"
And
I navigate to
"Appearance > Manage tags"
in site administration
And
I follow
"Default collection"
And
I follow
"Add standard tags"
...
...
mod/wiki/tests/behat/edit_tags.feature
View file @
35079739
...
...
@@ -42,6 +42,7 @@ Feature: Edited wiki pages handle tags correctly
@javascript
Scenario
:
Wiki page edition of standard tags works as expected
Given
I log in as
"admin"
And
I change window size to
"large"
And
I navigate to
"Appearance > Manage tags"
in site administration
And
I follow
"Default collection"
And
I follow
"Add standard tags"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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