@@ -178,7 +178,7 @@ test('create a default poll', function(assert) {
178
178
) ;
179
179
180
180
pageCreateSettings
181
- . next ( ) ;
181
+ . save ( ) ;
182
182
183
183
andThen ( function ( ) {
184
184
assert . equal ( currentPath ( ) , 'poll.participation' ) ;
@@ -368,7 +368,7 @@ test('create a poll for answering a question', function(assert) {
368
368
) ;
369
369
370
370
pageCreateSettings
371
- . next ( ) ;
371
+ . save ( ) ;
372
372
373
373
andThen ( function ( ) {
374
374
assert . equal ( currentPath ( ) , 'poll.participation' ) ;
@@ -462,7 +462,7 @@ test('create a poll with times and description', function(assert) {
462
462
assert . equal ( currentPath ( ) , 'create.settings' ) ;
463
463
464
464
pageCreateSettings
465
- . next ( ) ;
465
+ . save ( ) ;
466
466
467
467
andThen ( function ( ) {
468
468
assert . equal ( currentPath ( ) , 'poll.participation' ) ;
@@ -553,7 +553,7 @@ test('create a poll with only one day and multiple times', function(assert) {
553
553
assert . equal ( currentPath ( ) , 'create.settings' ) ;
554
554
555
555
pageCreateSettings
556
- . next ( ) ;
556
+ . save ( ) ;
557
557
558
558
andThen ( function ( ) {
559
559
assert . equal ( currentPath ( ) , 'poll.participation' ) ;
@@ -633,7 +633,7 @@ test('create a poll with only one day (without time)', function(assert) {
633
633
assert . equal ( currentPath ( ) , 'create.settings' ) ;
634
634
635
635
pageCreateSettings
636
- . next ( ) ;
636
+ . save ( ) ;
637
637
638
638
andThen ( function ( ) {
639
639
assert . equal ( currentPath ( ) , 'poll.participation' ) ;
@@ -714,7 +714,7 @@ test('create a poll with only one day (with time)', function(assert) {
714
714
assert . equal ( currentPath ( ) , 'create.settings' ) ;
715
715
716
716
pageCreateSettings
717
- . next ( ) ;
717
+ . save ( ) ;
718
718
719
719
andThen ( function ( ) {
720
720
assert . equal ( currentPath ( ) , 'poll.participation' ) ;
@@ -792,7 +792,7 @@ test('create a poll for answering a question with only one option', function(ass
792
792
assert . equal ( currentPath ( ) , 'create.settings' ) ;
793
793
794
794
pageCreateSettings
795
- . next ( ) ;
795
+ . save ( ) ;
796
796
797
797
andThen ( function ( ) {
798
798
assert . equal ( currentPath ( ) , 'poll.participation' ) ;
@@ -891,7 +891,7 @@ test('create a poll and using back button (find a date)', function(assert) {
891
891
assert . equal ( currentPath ( ) , 'create.settings' ) ;
892
892
893
893
pageCreateSettings
894
- . next ( ) ;
894
+ . save ( ) ;
895
895
andThen ( function ( ) {
896
896
assert . equal ( currentPath ( ) , 'poll.participation' ) ;
897
897
assert . ok (
0 commit comments