-
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 apiShareReshareToShares3 suite #39965
Conversation
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 👍
tests/acceptance/features/apiShareReshareToShares3/reShareWithExpiryDate.feature
Outdated
Show resolved
Hide resolved
05841b3
to
8247b4d
Compare
8247b4d
to
3675d80
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.
enforce-expire-date
is set to yes
for all so maybe we don't need to put it in example table, we can put that directly in step in line 67. Similar for other example tables too
core/tests/acceptance/features/apiShareReshareToShares3/reShareWithExpiryDate.feature
Lines 84 to 89 in 3675d80
Examples: | |
| ocs_api_version | default-expire-date | enforce-expire-date | expected-expire-date | ocs_status_code | | |
| 1 | yes | yes | +30 days | 100 | | |
| 2 | yes | yes | +30 days | 200 | | |
| 1 | no | yes | | 100 | | |
| 2 | no | yes | | 200 | |
3675d80
to
8908917
Compare
tests/acceptance/features/apiShareReshareToShares3/reShareWithExpiryDate.feature
Outdated
Show resolved
Hide resolved
Signed-off-by: Parajuli Kiran <[email protected]>
8908917
to
6459cc2
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
Kudos, SonarCloud Quality Gate passed! |
Description
This PR adds
Then
steps to existing API test scenarios to better check the results of theWhen
steps.Suites covered:
improveThenStepInApiShareReshareToShare3
Related Issue
How Has This Been Tested?
Types of changes
Checklist: