From c25ac8a7e9cf8361a74cefa343b4a98a0f1ba67d Mon Sep 17 00:00:00 2001 From: Michael Lee <38788055+jeawhanlee@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:26:00 +0100 Subject: [PATCH] Added delayjs urls to scenario urls (#150) --- config/scenarioUrls.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/config/scenarioUrls.json b/config/scenarioUrls.json index 4bb7f15..6548055 100644 --- a/config/scenarioUrls.json +++ b/config/scenarioUrls.json @@ -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 + } } } \ No newline at end of file