Skip to content

Commit

Permalink
Added delayjs urls to scenario urls (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeawhanlee authored Sep 24, 2024
1 parent 221c9d2 commit c25ac8a
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions config/scenarioUrls.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,41 @@
"singleColon": {
"path": "ll_bg_css_single_colon"
}
},
"test:delayjs:genesis": {
"delayJs": {
"path": ""
},
"delayJsMobile": {
"path": "",
"mobile": true
}
},
"test:delayjs:flatsome": {
"delayJs": {
"path": ""
},
"delayJsMobile": {
"path": "",
"mobile": true
}
},
"test:delayjs:divi": {
"delayJs": {
"path": ""
},
"delayJsMobile": {
"path": "",
"mobile": true
}
},
"test:delayjs:astra": {
"delayJs": {
"path": ""
},
"delayJsMobile": {
"path": "",
"mobile": true
}
}
}

0 comments on commit c25ac8a

Please sign in to comment.