-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Bump the Symfony family from 4.4.15 to 4.4.18 #24879
Merged
ChristophWurst
merged 1 commit into
master
from
dependachristoph/composer/symfony-4.4.18
Dec 30, 2020
Merged
Bump the Symfony family from 4.4.15 to 4.4.18 #24879
ChristophWurst
merged 1 commit into
master
from
dependachristoph/composer/symfony-4.4.18
Dec 30, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
ChristophWurst
commented
Dec 29, 2020
•
edited
Loading
edited
- Bump the Symfony family from 4.4.15 to 4.4.18 3rdparty#569
- rebase
juliusknorr
approved these changes
Dec 29, 2020
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
ChristophWurst
force-pushed
the
dependachristoph/composer/symfony-4.4.18
branch
from
December 29, 2020 14:02
6befe50
to
d27d2a1
Compare
Drone restarted 🤞 🤞 🤞 |
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 822: failureacceptance-app-files-sharing
Show full log
|
No weno
…On Tue, Dec 29, 2020, 10:02 AM faily-bot[bot] ***@***.***> wrote:
🤖 beep boop beep 🤖
Here are the logs for the failed build:
Status of 822 <https://drone.nextcloud.com/nextcloud/server/822>: failure
acceptance-app-files-sharing
- tests/acceptance/features/app-files-sharing.feature:23
Show full log
Scenario: share a file with another user that needs to accept shares # /drone/src/tests/acceptance/features/app-files-sharing.feature:23
Given I act as John # ActorContext::iActAs()
And I am logged in as the admin # LoginPageContext::iAmLoggedInAsTheAdmin()
And I act as Jane # ActorContext::iActAs()
And I am logged in # LoginPageContext::iAmLoggedIn()
And I visit the settings page # SettingsMenuContext::iVisitTheSettingsPage()
And I open the "Sharing" section # AppNavigationContext::iOpenTheSection()
And I disable accepting the shares by default # SettingsContext::iDisableAcceptingTheSharesByDefault()
And I see that shares are not accepted by default # SettingsContext::iSeeThatSharesAreNotAcceptedByDefault()
And I act as John # ActorContext::iActAs()
And I rename "welcome.txt" to "farewell.txt" # FileListContext::iRenameTo()
And I see that the file list contains a file named "farewell.txt" # FileListContext::iSeeThatTheFileListContainsAFileNamed()
When I share "farewell.txt" with "user0" # FilesAppSharingContext::iShareWith()
And I see that the file is shared with "user0" # FilesAppSharingContext::iSeeThatTheFileIsSharedWith()
And I act as Jane # ActorContext::iActAs()
And I open the Files app # FilesAppContext::iOpenTheFilesApp()
And I see that the file list does not contain a file named "farewell.txt" # FileListContext::iSeeThatTheFileListDoesNotContainAFileNamed()
And I accept the share for "/farewell.txt" in the notifications # NotificationsContext::iAcceptTheShareForInTheNotifications()
Notifications button in the header could not be found after 100 seconds (NoSuchElementException)
And I open the Files app # FilesAppContext::iOpenTheFilesApp()
Then I see that the file list contains a file named "farewell.txt" # FileListContext::iSeeThatTheFileListContainsAFileNamed()
And I open the details view for "farewell.txt" # FileListContext::iOpenTheDetailsViewFor()
And I see that the details view is open # FilesAppContext::iSeeThatTheDetailsViewIsOpen()
And I open the "Sharing" tab in the details view # FilesAppContext::iOpenTheTabInTheDetailsView()
And I see that the "Sharing" tab in the details view is eventually loaded # FilesAppContext::iSeeThatTheTabInTheDetailsViewIsEventuallyLoaded()
And I see that the file is shared with me by "admin" # FilesAppSharingContext::iSeeThatTheFileIsSharedWithMeBy()
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#24879 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARULPN3WSOOSTIEU4HA5P63SXIDSLANCNFSM4VNG66CA>
.
|
The same sharing test fails in other PRs #24890 (comment) |
CI fails because of nextcloud/notifications#824 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.