@@ -32,6 +32,7 @@ module('Integration | Analytics handling', hooks => {
3232 action : 'click' ,
3333 label : 'Scope! - Button!' ,
3434 extra : undefined ,
35+ nonInteraction : undefined ,
3536 } ] ,
3637 ] , 'One click event' ) ;
3738 } ) ;
@@ -54,6 +55,7 @@ module('Integration | Analytics handling', hooks => {
5455 action : 'click' ,
5556 label : 'Scope! - Button!' ,
5657 extra : 'Foo' ,
58+ nonInteraction : undefined ,
5759 } ] ,
5860 ] , 'One click event' ) ;
5961 } ) ;
@@ -74,11 +76,13 @@ module('Integration | Analytics handling', hooks => {
7476 action : 'click' ,
7577 label : 'Scope! - Button!' ,
7678 extra : undefined ,
79+ nonInteraction : undefined ,
7780 } ] , [ {
7881 category : 'button' ,
7982 action : 'click' ,
8083 label : 'Scope! - Button!' ,
8184 extra : undefined ,
85+ nonInteraction : undefined ,
8286 } ] ,
8387 ] , 'Two click events' ) ;
8488 } ) ;
@@ -110,6 +114,7 @@ module('Integration | Analytics handling', hooks => {
110114 action : 'click' ,
111115 label : 'Scope 1 - Scope 2 - Scope 3 - Button!' ,
112116 extra : undefined ,
117+ nonInteraction : undefined ,
113118 } ] ,
114119 ] , 'One click event with nested scopes' ) ;
115120 } ) ;
@@ -135,11 +140,13 @@ module('Integration | Analytics handling', hooks => {
135140 action : 'click' ,
136141 label : 'Scope 1 - Scope 3 - Link!' ,
137142 extra : undefined ,
143+ nonInteraction : undefined ,
138144 } ] , [ {
139145 category : 'button' ,
140146 action : 'click' ,
141147 label : 'Scope 1 - Scope 2 - Button!' ,
142148 extra : undefined ,
149+ nonInteraction : undefined ,
143150 } ] ,
144151 ] , 'One button, one link' ) ;
145152 } ) ;
@@ -172,30 +179,35 @@ module('Integration | Analytics handling', hooks => {
172179 action : 'click' ,
173180 label : 'Scope! - Button!' ,
174181 extra : undefined ,
182+ nonInteraction : undefined ,
175183 } ] ,
176184 [ {
177185 category : 'link' ,
178186 action : 'click' ,
179187 label : 'Scope! - Link!' ,
180188 extra : undefined ,
189+ nonInteraction : undefined ,
181190 } ] ,
182191 [ {
183192 category : 'button' ,
184193 action : 'click' ,
185194 label : 'Scope! - Button link!' ,
186195 extra : undefined ,
196+ nonInteraction : undefined ,
187197 } ] ,
188198 [ {
189199 category : 'checkbox' ,
190200 action : 'click' ,
191201 label : 'Scope! - Checkbox!' ,
192202 extra : undefined ,
203+ nonInteraction : undefined ,
193204 } ] ,
194205 [ {
195206 category : 'other' ,
196207 action : 'click' ,
197208 label : 'Scope! - Other button!' ,
198209 extra : undefined ,
210+ nonInteraction : undefined ,
199211 } ] ,
200212 ] , 'Correct categories' ) ;
201213 } ) ;
0 commit comments