Skip to content

Commit 0a233df

Browse files
authored
Merge pull request #4735 from dpalou/MOBILE-4974
MOBILE-4974 behat: Prepare more scenarios for MDL-87545
2 parents 4740cc1 + 8b74ac5 commit 0a233df

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/addons/block/rssclient/tests/behat/block_rssclient.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Feature: Basic tests of rss client block
33

44
Background:
55
Given the Moodle site is compatible with this feature
6+
And the following config values are set as admin:
7+
| enablemyhome | 1 |
68
And the following "users" exist:
79
| username | firstname | lastname | email |
810
| student1 | Student | 1 | student1@example.com |

src/addons/block/sitemainmenu/tests/behat/block_sitemainmenu.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Feature: Basic tests of Additional activities block
33

44
Background:
55
Given the Moodle site is compatible with this feature
6+
And the following config values are set as admin:
7+
| enablemyhome | 1 |
68
And the following "users" exist:
79
| username | firstname | lastname | email |
810
| student1 | Student | 1 | student1@example.com |

0 commit comments

Comments
 (0)