Skip to content

Commit

Permalink
Add subfolder in breadcrumb test
Browse files Browse the repository at this point in the history
Need to navigate to a subfolder to have the breadcrumb segment for a
test clickable again.
  • Loading branch information
kulmann committed Jul 2, 2020
1 parent 520659d commit 1b53597
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/acceptance/features/webUIFiles/breadcrumb.feature
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ Feature: access breadcrumb
Scenario: Select breadcrumb inside folder with problematic name
Given the property "rootFolder" has been deleted in phoenix config file
And user "user1" has created folder "folder%2Fwith%2FSlashes"
And user "user1" has created folder "folder%2Fwith%2FSlashes/subfolder"
And user "user1" has logged in using the webUI
When the user opens folder "folder%2Fwith%2FSlashes" using the webUI
When the user opens folder "folder%2Fwith%2FSlashes/subfolder" using the webUI
And the user browses to folder "folder%2Fwith%2FSlashes" using the breadcrumb on the webUI
Then the error message with header "Loading folder failed…" should be displayed on the webUI
# Then no message should be displayed on the webUI
Expand Down

0 comments on commit 1b53597

Please sign in to comment.