-
Notifications
You must be signed in to change notification settings - Fork 159
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]Add tests for pagination in personal space #9008
Conversation
880d480
to
39466cd
Compare
Results for e2e-tests oC10 https://drone.owncloud.com/owncloud/web/35625/11/1 |
adcc63a
to
80b0b9b
Compare
# Remove when https://github.com/owncloud/core/pull/40024 is merged and released | ||
php occ config:system:set cors.allowed-headers --type json --value '["cache-control"]' |
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.
The mentioned PR has been merged so can be removed
@@ -22,12 +22,11 @@ else | |||
then | |||
php occ config:system:set web.baseUrl --value="http://owncloud/index.php/apps/web" | |||
php occ config:system:set enable_previews --type=boolean --value=false | |||
php occ config:system:set skeletondirectory --value='' |
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.
Don't set the skeleton folder in the core so that the same test can be run for both core and ocis
c7d02d8
to
ddfdfd2
Compare
9289a25
to
2c6984d
Compare
tests/e2e/cucumber/features/smoke/personalSpacePagination.feature
Outdated
Show resolved
Hide resolved
tests/e2e/cucumber/features/smoke/personalSpacePagination.feature
Outdated
Show resolved
Hide resolved
tests/e2e/cucumber/features/smoke/personalSpacePagination.feature
Outdated
Show resolved
Hide resolved
7e2a9fd
to
2a91c47
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! |
* Add tests for pagination presonal space * set skeleton to emply for tests * remove the reduntant config * add logout step * address reviews * address reviews
Description
This PR adds test to check the pagination in personal space page
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: