File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -279,12 +279,11 @@ export default {
279
279
clickHandler (modalNumber ) {
280
280
this .modals [modalNumber].status = true
281
281
if (process .env .NODE_ENV === ' production' ) {
282
- const Tracked = this .$ga .event ({
282
+ this .$ga .event ({
283
283
eventCategory: ' HelpSection' ,
284
284
eventAction: ' clicked' ,
285
285
eventLabel: this .modals [modalNumber].title
286
286
})
287
- return Tracked
288
287
}
289
288
}
290
289
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module.exports = {
8
8
. assert . elementPresent ( '.pagination-next' )
9
9
. click ( '.pagination-next' )
10
10
. assert . elementPresent ( '.select > select' )
11
- . click ( '.select > select ' )
11
+ . click ( '.select' )
12
12
. click ( 'option[value="CC BY-SA 4.0"]' )
13
13
. assert . elementPresent ( '.pagination-next' )
14
14
. click ( '.pagination-next' )
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ module.exports = {
7
7
. click ( '.control-label > span' )
8
8
. assert . elementPresent ( '.pagination-next' )
9
9
. click ( '.pagination-next' )
10
- . assert . elementPresent ( '.select > select ' )
11
- . click ( '.select > select ' )
10
+ . assert . elementPresent ( '.select' )
11
+ . click ( '.select' )
12
12
. click ( 'option[value="CC BY-SA 4.0"]' )
13
13
. assert . elementPresent ( '.selected-license-card' )
14
14
} ,
You can’t perform that action at this time.
0 commit comments