-
Notifications
You must be signed in to change notification settings - Fork 2.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
[tests-only][full-ci] Improve Then step in apiWebdavEtagPropagation2 suite #39950
[tests-only][full-ci] Improve Then step in apiWebdavEtagPropagation2 suite #39950
Conversation
@@ -13,7 +13,7 @@ Feature: propagation of etags when uploading data | |||
And user "Alice" has stored etag of element "/" | |||
And user "Alice" has stored etag of element "/upload" | |||
When user "Alice" uploads file with content "uploaded content" to "/upload/file.txt" using the WebDAV API | |||
Then the content of file "/upload/file.txt" for user "Alice" should be "uploaded content" |
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.
As artur suggested we are testing the etags in this suite with the fact that the code is correct after When step action in other #39944 (comment). I think removing this step will provide consistency in the suite.
Same applies to the below scenario ( line 39 )
9bbfeb7
to
b5f2c2a
Compare
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 👍
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
Description
This PR adds
Then
steps to existing API test scenarios to better check the results of theWhen
steps.Suites covered:
apiWebdavEtagPropagation2
Related Issue
How Has This Been Tested?
Types of changes
Checklist: