Skip to content

Commit 6565eea

Browse files
committed
debug the upload
1 parent dc449fc commit 6565eea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e/stepDefinitions/presentationViewerContext.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ const ocis = new Ocis()
1111
Given(
1212
'user {string} has uploaded the markdown file {string} using API',
1313
async function (user, fileName) {
14-
await uploadFile(fileName, user)
14+
response = await uploadFile(fileName, user)
15+
console.log('File uploaded successfully:', response)
1516
}
1617
)
1718

0 commit comments

Comments
 (0)