Added shortcodes to the e2e test suite

This commit is contained in:
Matt Aitken
2023-11-06 15:54:55 +00:00
parent 9c6838e5c8
commit 6d842b3abb
+2
View File
@@ -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",
},
});
});