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

[full-ci] ocisBump_6.6.0 #11808

Merged
merged 1 commit into from
Oct 21, 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=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()
AlexAndBear marked this conversation as resolved.
Show resolved Hide resolved
if (actionType === 'should') {
action === 'thumbnail and preview' &&
(await expect(resourceObject.getFileThumbnailLocator(resource)).toBeVisible())
Expand Down