We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc449fc commit 6565eeaCopy full SHA for 6565eea
tests/e2e/stepDefinitions/presentationViewerContext.js
@@ -11,7 +11,8 @@ const ocis = new Ocis()
11
Given(
12
'user {string} has uploaded the markdown file {string} using API',
13
async function (user, fileName) {
14
- await uploadFile(fileName, user)
+ response = await uploadFile(fileName, user)
15
+ console.log('File uploaded successfully:', response)
16
}
17
)
18
0 commit comments