Skip to content

Commit

Permalink
v3 upds generate display name and dataset resources contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Jun 12, 2024
1 parent 7553ab7 commit 90d6720
Show file tree
Hide file tree
Showing 25 changed files with 805 additions and 301 deletions.
2 changes: 2 additions & 0 deletions e2e/cypress/support/prep-commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ Cypress.Commands.add('buildOrgGatewayDatasetAndProduct', (): Cypress.Chainable<a
title: 'A title about my dataset',
isInCatalog: false,
isDraft: true,
contacts: [],
resources: [],
tags: ['tag1', 'tag2'],
organization: {
name: org.name,
Expand Down
Loading

0 comments on commit 90d6720

Please sign in to comment.