mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #65507
[Bug 1953404] Re: And I should not see "Settings"
https://reviews.mahara.org/#/c/12452/
We made a patch to separate how behat can handle $CFG variables from how
normal mahara deals with them.
Normal mahara uses the $cfg values set in config.php to override the
values set in database - but with behat we don't want this to happen as
we want to use the settings defined in the behat step itself to be
valid.
** Changed in: mahara
Milestone: None => 22.04.0
** Changed in: mahara
Importance: Undecided => Medium
** Changed in: mahara
Status: Invalid => Fix Committed
** Summary changed:
- And I should not see "Settings"
+ Allow behat to respect the settings set via feature file
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contributors
https://bugs.launchpad.net/bugs/1953404
Title:
Allow behat to respect the settings set via feature file
Status in Mahara:
Fix Committed
Bug description:
The final step fails.
feature: social/group_pages.feature
And I should not see "Settings"
The text "Settings" appears in the text of this page, but it should not.
Adding a breakpoint before this step I can see that there is a
gear/cog menu item. This appears to be the source of the "Settings"
string.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1953404/+subscriptions
References