Reviewed: https://reviews.mahara.org/11073 Committed: https://git.mahara.org/mahara/mahara/commit/812862677bb73cd3cc68a444014793850c0bdc6b Submitter: Robert Lyon ([email protected]) Branch: master
commit 812862677bb73cd3cc68a444014793850c0bdc6b Author: Doris Tam <[email protected]> Date: Mon Jul 20 14:48:57 2020 +1200 Bug 1886749: Added generic attachment helper functions - used for groups to add group files - used for forumposts to attach files to forums Change-Id: Id185a72a02cbb9fbe25755bdce78d830a1869b6e -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1886749 Title: Behat additional config Status in Mahara: Fix Committed Bug description: Description: There is functionality missing in TestingDataGenerator for the configuration of forums. To be able to add forums as a background step in behat, the added configuration such as expand or auto-subscribe in the background steps can help to reduce the number of actual steps run by behat. Reproduce: 1. Look at recent_forum_posts.feature 2. Notice that this test looks at the recent forum posts block but has to step through creating forums 3. Notice that managing the settings around them so that behat is able to find certain keywords to confirm the test to pass later on in the test Expect: The test should only step through checking that the recent forum posts block holds the posts we expect to see Actual: The rest runs through creating forums and forum posts step-by-step and before checking that the block holds the expected text in the recent forum posts To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1886749/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

