Skip to content

Commit

Permalink
ocisBump_6.6.0 (#11808)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScharfViktor authored Oct 21, 2024
1 parent afb47d3 commit 463116b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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=4043ec8b6a601dfe552e03c5fca5802c24b005b6
OCIS_COMMITID=1fe2371359e4c9929aea717ba2652d1e3d94d3a6
OCIS_BRANCH=master
2 changes: 1 addition & 1 deletion tests/e2e/cucumber/features/shares/share.feature
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Feature: share
| test_video.mp4 |
| testavatar.jpeg |
| testavatar.png |
Then "Alice" should see thumbnail and preview for file "sampleGif.gif"
# Then "Alice" should see thumbnail and preview for file "sampleGif.gif"
And "Alice" should see thumbnail and preview for file "testavatar.jpeg"
And "Alice" should see thumbnail and preview for file "testavatar.png"
And "Alice" should see preview for file "shareToBrian.txt"
Expand Down
1 change: 1 addition & 0 deletions tests/e2e/cucumber/steps/ui/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,7 @@ Then(
): Promise<void> {
const { page } = this.actorsEnvironment.getActor({ key: stepUser })
const resourceObject = new objects.applicationFiles.Resource({ page })
await page.pause()
if (actionType === 'should') {
action === 'thumbnail and preview' &&
(await expect(resourceObject.getFileThumbnailLocator(resource)).toBeVisible())
Expand Down

0 comments on commit 463116b

Please sign in to comment.