Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tests-only][full-ci] bump ocis commit id - master #11379

Merged
merged 1 commit into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The version of OCIS to use in pipelines that test against OCIS
OCIS_COMMITID=b4dab08608d5ff5bb8ab81da312a24e49c7a0bb6
OCIS_COMMITID=47ea3e81b9123dbf53e20bf1c5f081c5a927f3ca
OCIS_BRANCH=master
2 changes: 1 addition & 1 deletion tests/e2e/cucumber/steps/ui/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ Then(
actionType === 'should'
? await expect(lockLocator).toBeVisible()
: // can take more than 5 seconds for lock to be released in case of OnlyOffice
await expect(lockLocator).not.toBeVisible({ timeout: config.timeout })
await expect(lockLocator).not.toBeVisible({ timeout: config.timeout * 1000 })
}
)

Expand Down