From 92ebf11b2aaaa357b7d3d91c297b747ae4b8fdf0 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Fri, 17 Jun 2011 19:06:27 +0200 Subject: Remove obsolete scenario folder * moved scenario e2e tests in test/scenario/e2e folder * remove $location test --- test/scenario/e2e/widgets.html | 99 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 test/scenario/e2e/widgets.html (limited to 'test/scenario/e2e/widgets.html') diff --git a/test/scenario/e2e/widgets.html b/test/scenario/e2e/widgets.html new file mode 100644 index 00000000..e19a33f4 --- /dev/null +++ b/test/scenario/e2e/widgets.html @@ -0,0 +1,99 @@ + + +
+ + + + +| Description | +Test | +Result | +
|---|---|---|
| Input text field | ||
| basic | ++ + | +text.basic={{text.basic}} | +
| password | ++ | text.password={{text.password}} | +
| hidden | ++ | text.hidden={{text.hidden}} | +
| Input selection field | ||
| radio | +
+ Female + Male + |
+ gender={{gender}} | +
| checkbox | +
+ Tea + Coffe + |
+
+ checkbox={{checkbox}}
+ |
+
| select | ++ + | +select={{select}} | +
| multiselect | ++ + | +multiselect={{multiselect}} | +
| Buttons | ||
| ng:change ng:click |
+ + + | +button={{button}} form={{form}} | +
| Repeaters | ||
| ng:repeat | +
+
|
+ + |