Success

User tests: Successful: Unsuccessful:

avatar wderuijter
wderuijter
8 Jul 2016

Pull Request for Issue # .

Summary of Changes

Get the correct target param from the item instead of the component target param

Testing Instructions

  1. Set the weblink component to open all weblinks in 'Parent'
  2. Set a single weblink A to open in 'New window'
  3. See the weblink A in the module opens in 'Parent', regarding the weblink's setting
  4. Apply this fix
  5. See the weblink in the module respects the weblink's setting and open in 'New window'
avatar wderuijter wderuijter - open - 8 Jul 2016
avatar chrisdavenport chrisdavenport - test_item - 8 Jul 2016 - Tested successfully
avatar chrisdavenport
chrisdavenport - comment - 8 Jul 2016

I have tested this item successfully on 3fc4d98


This comment was created with the J!Tracker Application at issues.joomla.org/weblinks/242.

avatar yvesh
yvesh - comment - 14 Jul 2016
avatar yvesh yvesh - test_item - 18 Jul 2016 - Tested successfully
avatar yvesh
yvesh - comment - 18 Jul 2016

I have tested this item successfully on 5a8135f

Works as expected - Thank you :)


This comment was created with the J!Tracker Application at issues.joomla.org/weblinks/242.

avatar roland-d
roland-d - comment - 18 Jul 2016

@wderuijter There is a problem with the acceptance test. See the report below:

1) AdministratorCategoriesCest: Test category edit view tabs

Test tests/acceptance/administrator/AdministratorCategoriesCest.php:administratorVerifyAvailableTabs

Step Verify available tabs ["Category","Publishing","Permissions","Options"]

Fail - Expected | + Actual

@@ @@

Array (

0 => 'Category'

  • 1 => 'Publishing'

  • 2 => 'Permissions'

  • 3 => 'Options'

  • 1 => 'Options'

  • 2 => 'Publishing'

  • 3 => 'Permissions'

)

Scenario Steps:

  1. $I->verifyAvailableTabs(["Category","Publishing","Permissions","Options"]) at tests/acceptance/administrator/AdministratorCategoriesCest.php:188

  2. $I->waitForText("Web Links: New Category","30",{"css":"h1"}) at tests/acceptance/administrator/AdministratorCategoriesCest.php:187

  3. $I->clickToolbarButton("New") at tests/acceptance/administrator/AdministratorCategoriesCest.php:186

  4. $I->amOnPage("administrator/index.php?option=com_categories&extension...") at tests/acceptance/administrator/AdministratorCategoriesCest.php:185

  5. // I am going to Navigate to Categories page in /administrator/ and verify the Tabs

  6. $I->doAdministratorLogin() at tests/acceptance/administrator/AdministratorCategoriesCest.php:182

The order of the options is different, so this needs to be rectified. Can you have a look at it?

avatar yvesh
yvesh - comment - 18 Jul 2016

@roland-d That's not related. This PR only brings changes in the module, which is not tested in the acceptance tests.

Must be some changes in core (staging).. Going to check when i have some time.

avatar roland-d
roland-d - comment - 18 Jul 2016

@yvesh Thanks :)

avatar yvesh
yvesh - comment - 18 Jul 2016

PR for travis issue #245

Add a Comment

Login with GitHub to post a comment