File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -279,12 +279,11 @@ export default {
279279 clickHandler (modalNumber ) {
280280 this .modals [modalNumber].status = true
281281 if (process .env .NODE_ENV === ' production' ) {
282- const Tracked = this .$ga .event ({
282+ this .$ga .event ({
283283 eventCategory: ' HelpSection' ,
284284 eventAction: ' clicked' ,
285285 eventLabel: this .modals [modalNumber].title
286286 })
287- return Tracked
288287 }
289288 }
290289 }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module.exports = {
88 . assert . elementPresent ( '.pagination-next' )
99 . click ( '.pagination-next' )
1010 . assert . elementPresent ( '.select > select' )
11- . click ( '.select > select ' )
11+ . click ( '.select' )
1212 . click ( 'option[value="CC BY-SA 4.0"]' )
1313 . assert . elementPresent ( '.pagination-next' )
1414 . click ( '.pagination-next' )
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ module.exports = {
77 . click ( '.control-label > span' )
88 . assert . elementPresent ( '.pagination-next' )
99 . click ( '.pagination-next' )
10- . assert . elementPresent ( '.select > select ' )
11- . click ( '.select > select ' )
10+ . assert . elementPresent ( '.select' )
11+ . click ( '.select' )
1212 . click ( 'option[value="CC BY-SA 4.0"]' )
1313 . assert . elementPresent ( '.selected-license-card' )
1414 } ,
You can’t perform that action at this time.
0 commit comments