Skip to content

Commit

Permalink
Stabalize name
Browse files Browse the repository at this point in the history
  • Loading branch information
unlikelyzero committed Mar 5, 2024
1 parent 3853d17 commit 910b683
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion e2e/helper/planningUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,10 @@ export async function addPlanGetInterceptor(page) {
export async function createTimelistWithPlanAndSetActivityInProgress(page, planJson) {
await page.goto('./', { waitUntil: 'domcontentloaded' });

const timelist = await createDomainObjectWithDefaults(page, { type: 'Time List' });
const timelist = await createDomainObjectWithDefaults(page, {
name: 'Time List',
type: 'Time List'
});

await createPlanFromJSON(page, {
name: 'Test Plan',
Expand Down

0 comments on commit 910b683

Please sign in to comment.