-
Notifications
You must be signed in to change notification settings - Fork 168
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
Selecting breadcrumb and reloading inside problematic folder #2530
Conversation
fde1c67
to
31532dc
Compare
💥 Acceptance tests Files failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/phoenix/6679/
|
31532dc
to
f6426bd
Compare
tests/acceptance/features/webUIFiles/createFolderEdgeCases.feature
Outdated
Show resolved
Hide resolved
f6426bd
to
20cf779
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 👍
💥 Acceptance tests Files failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/phoenix/6697/
|
navigateToBreadcrumb: async function (resource) { | ||
const resourceXpath = util.format(this.elements.resourceBreadcrumb.selector, resource) | ||
return this | ||
.useXpath() |
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.
.useXpath() | |
.useStrategy(this.elements.resourceBreadcrumb) |
* | ||
* @param {string} resource | ||
*/ | ||
navigateToBreadcrumb: async function (resource) { |
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.
navigateToBreadcrumb: async function (resource) { | |
navigateToBreadcrumb: function (resource) { |
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.
Looks good. Please squash all the commits.
💥 Acceptance tests Files failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/phoenix/6723/
|
|
looks like #2540 was merged already |
89a741a
to
87670b0
Compare
💥 Acceptance tests Files failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/phoenix/6908/
|
87670b0
to
8612ef9
Compare
@@ -8,7 +8,7 @@ Feature: access breadcrumb | |||
|
|||
@issue-2538 | |||
Scenario: Check breadCrumb for folder one level below the root folder when rootFolder is set | |||
Given the rootFolder has been set to "" in phoenix config file | |||
Given the "rootFolder" has been set to "" in phoenix config file |
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.
Given the "rootFolder" has been set to "" in phoenix config file | |
Given the property "rootFolder" has been set to "" in phoenix config file |
I think this sounds better.
8612ef9
to
9b3fa81
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 👍
💥 Acceptance tests Files failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/phoenix/6917/
|
9b3fa81
to
7922660
Compare
💥 Acceptance tests Trashbin failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/phoenix/6931/
|
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.
When the user opens folder "folder%2Fwith%2FSlashes" using the webUI | ||
And the user browses to folder "folder%2Fwith%2FSlashes" using the breadcrumb on the webUI | ||
Then the error message "Loading folder failed…" should be displayed on the webUI | ||
# Then the error message should not be displayed on the webUI |
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.
we already have a step for that
# Then the error message should not be displayed on the webUI | |
# Then no message should be displayed on the webUI |
7922660
to
c7a91e4
Compare
Description
Browsing inside problematic folder that contains
%2F
for egfolder%2Fwith%2FSlashes
and then clicking on breadcrumb displays error message. This PR verifies this issue: #1883Related Issue
#1883
Motivation and Context
How Has This Been Tested?
Manual
CI
Screenshots (if appropriate):
Types of changes
Checklist: