Skip to content

Commit 83dd0ba

Browse files
committed
Fix some more pubtype/form agreement issues in tests
1 parent 070d4b6 commit 83dd0ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/playwright/externalFormInvite.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ test.describe("Inviting a new user to fill out a form", () => {
338338
const pubDetailsPage = new PubDetailsPage(
339339
page,
340340
community.community.slug,
341-
community.pubs[2].id
341+
community.pubs[0].id
342342
);
343343
await pubDetailsPage.goTo();
344344

core/playwright/invites.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ const seed = createSeed({
153153
forms: {
154154
Evaluation: {
155155
slug: evalSlug,
156-
pubType: "Evaluation",
156+
pubType: "Submission",
157157
elements: [
158158
{
159159
type: ElementType.pubfield,

0 commit comments

Comments
 (0)