-
Notifications
You must be signed in to change notification settings - Fork 40
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] add webUI tests to add owncloud server for a public link share #1145
Conversation
4a577d4
to
07f4134
Compare
💥 Acceptance tests pipeline webUISharingExt-Test-firefox-mariadb10.2-php7.4 failed. The build has been cancelled. |
💥 Acceptance tests pipeline apiActivity-master-mariadb10.2-php7.4 failed. The build has been cancelled. |
07f4134
to
8b28100
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
8b28100
to
f4f891a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
generally looks good, but the test does not pass
WebUISharingContext::thePublicAddsThePublicLinkToUsingTheWebUI()
Page\FilesPageBasic::waitTillPageIsLoaded timeout waiting for page to load (Exception)
f4f891a
to
b38ee4d
Compare
There is PR owncloud/core#40451 that refactors this step, so need to merge that. I have added a new commit in this PR to check against that changes in core. |
b38ee4d
to
f1a2194
Compare
#40451 is merged |
771e683
to
b20b58d
Compare
Kudos, SonarCloud Quality Gate passed! |
Description
Added a scenario to describe the activity generation when adding a server on a public link share.
Related