aboutsummaryrefslogtreecommitdiffstats
path: root/scenario
diff options
context:
space:
mode:
Diffstat (limited to 'scenario')
-rw-r--r--scenario/widgets-scenario.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/scenario/widgets-scenario.js b/scenario/widgets-scenario.js
index 0cb189f7..0d604fc9 100644
--- a/scenario/widgets-scenario.js
+++ b/scenario/widgets-scenario.js
@@ -23,7 +23,6 @@ describe('widgets', function() {
select('select').option('B');
expect(binding('select')).toEqual('B');
-
select('multiselect').options('A', 'C');
expect(binding('multiselect').fromJson()).toEqual(['A', 'C']);