Activity log for bug #1403238

Date Who What changed Old value New value Message
2014-12-16 22:55:09 Jinelle Foley-Barnes bug added bug
2014-12-16 23:00:45 Son Nguyen summary Create a Behat step for multiple link/buttons on the page so Behat can identify them. Behat fixture for clicking a link/button on a list/table.
2014-12-16 23:05:15 Jinelle Foley-Barnes description Hi Sonn, Could you please write a step for when there is multiple images/links on the page that are the same. Behat is struggling to identify which one you are trying to click. Cheers, Jinelle Hi Sonn, Could you please write a step for when there is multiple images/links on the page that are the same. Behat is struggling to identify which one you are trying to click. For example go to: Portfolio -> Pages -> Create a lot of pages There is a lot of "Edit content and layout" buttons and "Delete this page" buttons. Behat cant identify which one to click. There are a few places like this in Mahara. Cheers, Jinelle
2014-12-16 23:08:58 Son Nguyen description Hi Sonn, Could you please write a step for when there is multiple images/links on the page that are the same. Behat is struggling to identify which one you are trying to click. For example go to: Portfolio -> Pages -> Create a lot of pages There is a lot of "Edit content and layout" buttons and "Delete this page" buttons. Behat cant identify which one to click. There are a few places like this in Mahara. Cheers, Jinelle Version: master(15.04) For behat tests, The following fixture need to be implemented When I click "link or button title" in the "n-th" row This will click the button of link with id/name/value/alt = <link or button title> in the n-th row of a list or table. For example go to: Portfolio -> Pages -> Create a lot of pages There is a lot of "Edit content and layout" buttons and "Delete this page" buttons. We need to identify which one to click.
2014-12-18 00:35:25 Kristina Hoeppner mahara: status New Confirmed
2014-12-18 00:35:27 Kristina Hoeppner mahara: importance Undecided Medium
2014-12-19 00:29:21 Son Nguyen mahara: assignee Son Nguyen (ngson2000)
2014-12-19 00:29:24 Son Nguyen mahara: status Confirmed In Progress
2014-12-19 01:21:33 Son Nguyen description Version: master(15.04) For behat tests, The following fixture need to be implemented When I click "link or button title" in the "n-th" row This will click the button of link with id/name/value/alt = <link or button title> in the n-th row of a list or table. For example go to: Portfolio -> Pages -> Create a lot of pages There is a lot of "Edit content and layout" buttons and "Delete this page" buttons. We need to identify which one to click. Version: master(15.04) For behat tests, The following fixtures need to be implemented 1. When I click "link or button" in the "n-th" row This will click the button of link with id/name/title/alt = <link or button> in the n-th row of a list or table. 2. When I click "link or button" in "row text" row This will click the button of link with id/name/value/alt = <link or button title> in the row containing the <row text> of a list or table. For example go to: Portfolio -> Pages -> Create a lot of pages There is a lot of "Edit content and layout" buttons and "Delete this page" buttons. We need to identify which one to click.
2014-12-29 20:26:06 Son Nguyen mahara: status In Progress Fix Committed
2015-04-17 02:03:20 Robert Lyon mahara: status Fix Committed Fix Released