From 5807adcf1fb8c5b7052cb901fbbcdcc4063a81b0 Mon Sep 17 00:00:00 2001 From: Evan You Date: Thu, 21 Apr 2016 19:23:13 -0400 Subject: [PATCH] e2e test for todomvc --- examples/todomvc/index.html | 2 +- test/e2e/custom-assertions/focused.js | 18 +++ test/e2e/custom-assertions/notVisible.js | 16 ++ test/e2e/specs/todomvc.js | 182 +++++++++++++++++++++++ test/e2e/specs/tree.js | 4 +- 5 files changed, 219 insertions(+), 3 deletions(-) create mode 100644 test/e2e/custom-assertions/focused.js create mode 100644 test/e2e/custom-assertions/notVisible.js create mode 100644 test/e2e/specs/todomvc.js diff --git a/examples/todomvc/index.html b/examples/todomvc/index.html index 109fa701..e3d1d204 100644 --- a/examples/todomvc/index.html +++ b/examples/todomvc/index.html @@ -58,7 +58,7 @@