From a3120c570d3a75b340f63e94a61b988f3308e370 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Thu, 16 Jun 2022 15:51:57 +0530 Subject: [PATCH] test: airtable import (WIP) Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- scripts/cypress/cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cypress/cypress.json b/scripts/cypress/cypress.json index 57eb00a5fe..c22682c1f4 100644 --- a/scripts/cypress/cypress.json +++ b/scripts/cypress/cypress.json @@ -47,7 +47,7 @@ "screenshot": false, "airtable": { "apiKey": "keyn1MR87qgyUsYg4", - "sharedBase": "https://airtable.com/shrkSQdtKNzUfAbIY" + "sharedBase": "https://airtable.com/shr4z0qmh6dg5s3eB" } }, "fixturesFolder": "scripts/cypress/fixtures",