Uh oh!
There was an error while loading. Please reload this page.
[stable28] test(cy): skip test failing due to server issue - #5145
Merged
Conversation
juliusknorr
approved these changes
Dec 18, 2023
This was referenced Dec 21, 2023
max-nextcloudforce-pushed
the
backport/5142/stable28
branch
from
December 21, 2023 18:16
178607f to
1e6841aComparemax-nextcloud
enabled auto-merge
December 21, 2023 18:17
juliusknorrforce-pushed
the
backport/5142/stable28
branch
from
December 21, 2023 18:36
1e6841a to
fa5c955Comparenextcloud/server#42306 causes the DELETE request to fail with 423 Locked. Signed-off-by: Max <max@nextcloud.com>
juliusknorrforce-pushed
the
backport/5142/stable28
branch
from
December 21, 2023 18:48
fa5c955 to
1cc4ef3Comparejuliusknorr
commented
Dec 21, 2023
Member
Let me also cherry-pick #5129 into here |
* Use `this.requesttoken` rather than `cy.get(@requesttoken)` to use the same value rather than re-evaluating the query. * After visit `this.requesttoken` will be set. No need to attempt to load the token from the window if it is not. * Use a simple `if` statement instead of `cypress-if`. * This also cleans up the cypress logs significantly. Signed-off-by: Max <max@nextcloud.com>
* call `cy.showHiddenfiles()` before loading the page. * Clear `requesttoken` in `cy.login()`. Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
Fix the warning in CI. Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #5142