view · edit · sidebar · attach · print · history

20160818-migrate-davaz-com

<< 20160819-debug-product-confusion-sandoz-xmlconv-bbmb-ch | Index | 20160817-migrate-davaz-com >>


Summary

  • Fix serie widgets (serie, tool, material) remove/add new links
  • Fix movie admin view (ajax requests)

Commits / Patches / Pull Requests, Scripts

Index


Fix serie widget remove link

Fixed serie (serie|tool|material) links.

  • Add new serie
  • Cancel
  • Submit new serie
  • Remove current serie

See also http://dev.ywesee.com/Yasu/20160816-migrate-davaz-com#fix-serie-widget-remove-link

Commis:

Fix movie admin form

  • dijit.Editor loading
  • reference at onload

Updated admin form to work dijit Editor

Widget id issue

Afte change url by ajax request, dojo widget is not initialized for duplicated widgetid error.

Error: Tried to register widget with id==html-editor but that id is already registered

Commits:

Selenium does not follow some redirects

:'(

Problem was duplicated ID attributes.
davaz.com has many same id attributes. This is not good...

<li id="movies"><a id="movies" href="...">Movies</a></li>

We have to fix these bad style codes, because this bad practice distubes feature tests.

Then I've arranged test environment.

  • Use phantomjs (GUI browser + headless is very slow)
  • Update watir
  • Remove watir-webdriver

Commis:

Note

The submit by some submit buttons do not work (only in feature test, server returns response, but browser fails as timeout)
The Testing on davaz.com has still problems. (by something bad coding style reason)

view · edit · sidebar · attach · print · history
Page last modified on August 18, 2016, at 07:24 PM