Skip to content

Commit 6d842b3

Browse files
committed
Added shortcodes to the e2e test suite
1 parent 9c6838e commit 6d842b3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/global.setup.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const setup = async () => {
6969
},
7070
orgMember: { connect: { id: project.organization.members[0].id } },
7171
type: "DEVELOPMENT",
72+
shortcode: "octopus-tentacles",
7273
},
7374
});
7475

@@ -91,6 +92,7 @@ const setup = async () => {
9192
},
9293
orgMember: { connect: { id: project.organization.members[0].id } },
9394
type: "PRODUCTION",
95+
shortcode: "stripey-zebra",
9496
},
9597
});
9698
});

0 commit comments

Comments
 (0)