Reviewed: https://reviews.mahara.org/5097 Committed: https://git.nzoss.org.nz/mahara/mahara/commit/cc352035594e5053bee11927baf34d994d07bc25 Submitter: Aaron Wells ([email protected]) Branch: 15.04_STABLE
commit cc352035594e5053bee11927baf34d994d07bc25 Author: Aaron Wells <[email protected]> Date: Thu Aug 13 17:31:10 2015 +1200 New Behat Step for visiting a specific Portfolio page "bug 1484361" Change-Id: I676a4c4c5bac56673e02bf6e0c95283edab54feb behatnotneeded: Tested in subsequent patches (cherry picked from commit fba3c512fb2df015879d0168b54fa7122b6e7832) -- 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/1484361 Title: New Behat step for visiting a specific view Status in Mahara: In Progress Status in Mahara 15.04 series: In Progress Status in Mahara 15.10 series: In Progress Bug description: While writing a Behat test that requires placing comments by anonymous users on a portfolio page, I realized there is no easy way to visit a portfolio page while you're logged out. For logged in users, I've been relying on the fact that the default Dashboard page includes the "latest views" block, which in normal test cases will show the small number of pages created for the test. But a logged-out user has no such dashboard. They need to get to the page directly by its URL. But we can't rely on the URL being the same every time because it contains an ID number, and MySQL doesn't reset the automatically assigned ID numbers back to 0 between each test. So, what we need is a step like this: Given I go to portfolio page "This is my page" The step can then look up the page's ID, and send you to the correct URL. To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1484361/+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

