From 6d842b3abb309bc3a2d1915c24221aaf1e8d1333 Mon Sep 17 00:00:00 2001 From: Matt Aitken Date: Mon, 6 Nov 2023 15:54:55 +0000 Subject: [PATCH] Added shortcodes to the e2e test suite --- tests/global.setup.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/global.setup.ts b/tests/global.setup.ts index fb6b02c30..e89d40063 100644 --- a/tests/global.setup.ts +++ b/tests/global.setup.ts @@ -69,6 +69,7 @@ const setup = async () => { }, orgMember: { connect: { id: project.organization.members[0].id } }, type: "DEVELOPMENT", + shortcode: "octopus-tentacles", }, }); @@ -91,6 +92,7 @@ const setup = async () => { }, orgMember: { connect: { id: project.organization.members[0].id } }, type: "PRODUCTION", + shortcode: "stripey-zebra", }, }); });