-
Notifications
You must be signed in to change notification settings - Fork 156
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] Creating user via Graph in e2e tests and UI tests #6827
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
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.
Missing the middleware version bump in .drone.star
I'm an idiot, we bumped it already yesterday as part of the Uppy-PR. Happy to merge if CI turns green |
version was already Line 23 in 9709706
|
c05cae5
to
1d1b11d
Compare
Results for oCISSharingPublic1 https://drone.owncloud.com/owncloud/web/25068/68/1
|
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.
found some smaller improvements, nothing crucial.
The me.ts file looks obsolete to me, can we refactor the ma func into user.ts too?
Good idea. I'll move "me" to "user" |
e2e tests passed. UI tests as expected failed. I'm doing fix after review and go to step 2 |
a072a9f
to
22f30d7
Compare
CI is green. could you do a review? before merge: need change - OCIS_COMMITID and OC_TESTING_MIDDLEWARE |
Kudos, SonarCloud Quality Gate passed! |
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, please use the squash-merge option :) we need to take care of the flaky test next!
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 🎸
Step 1:
Steps 2:
Fixes #6836