Herve-M / todomvc-bench-latece

TodoMVC Benchmark for LATECE Env.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

CasperJS - Infinite while loop : delete #5

Open Herve-M opened 9 years ago

Herve-M commented 9 years ago

Using CasperJS to test if a element exists in the doom give false result : On Dart example : this.exists(selectors.delete_todo) return true and document.querySelectorAll(selectors.delete_todo).length return 0 during delete test (if we don't insert todo)

Must correct template : template-1.3.0.js:L45

Herve-M commented 9 years ago

At first see, it's an another problem. Making a screen shoot from Dart-angular, show that Dart JS ins't setup correctly..

Same for Angular - Require

Herve-M commented 9 years ago

The problem with Angular-Require is solved. The script must click/focus first on the input before inserting text.