Skip to content

Commit

Permalink
The image_file node is not present before submission. Trying to fin…
Browse files Browse the repository at this point in the history
…d the root cause.
  • Loading branch information
nss10 committed Aug 21, 2024
1 parent 0f18372 commit 331da0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions suites/sheepdogAndPeregrine/submitFileTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const makeFiles = function (baseNode) {
BeforeSuite(async ({ sheepdog, nodes }) => {
// Cleanup any leftover nodes from previous Suites
await sheepdog.complete.findDeleteAllNodes();
console.log(JSON.stringify(nodes));
// add nodes up to, but not including, the file node
await sheepdog.complete.addNodes(nodes.getPathToFile());
baseFileNode = nodes.getFileNode();
Expand Down

0 comments on commit 331da0f

Please sign in to comment.