Skip to content

Commit

Permalink
Download single file
Browse files Browse the repository at this point in the history
  • Loading branch information
SwikritiT committed Apr 4, 2022
1 parent e00256b commit c887f73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/cucumber/features/integrations/share.feature
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Feature: share
And "Brian" copies the following resource
| resource | to |
| Shares/testavatar.jpeg | Personal |
And "Brian" downloads the following resource using the sidebar panel
And "Brian" downloads the following file using the sidebar panel
| resource | from |
| testavatar.jpeg | Shares |
And "Alice" updates following sharee role
Expand Down
8 changes: 4 additions & 4 deletions tests/e2e/cucumber/features/journeys/kindergarten.feature
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Feature: Kindergarten can use web to organize a day
| name |
| meal plan |
And "Brian" navigates to the personal space page
And "Brian" downloads the following resources using the sidebar panel
And "Brian" downloads the following files using the sidebar panel
| resource | from |
| data.zip | Shares/meal plan |
# Then what do we check for to be confident that the above things done by Brian have worked?
Expand All @@ -59,22 +59,22 @@ Feature: Kindergarten can use web to organize a day
| name |
| meal plan |
And "Carol" navigates to the personal space page
And "Carol" downloads the following resources using the sidebar panel
And "Carol" downloads the following files using the sidebar panel
| resource | from |
| data.zip | Shares/meal plan |
| lorem.txt | Shares/meal plan |
| lorem-big.txt | Shares/meal plan |
# Then what do we check for to be confident that the above things done by Carol have worked?
# Then the downloaded files should have content "abc..."
And "Carol" logs out
When "Brian" downloads the following resources using the sidebar panel
When "Brian" downloads the following files using the sidebar panel
| resource | from |
| lorem.txt | Shares/meal plan |
| lorem-big.txt | Shares/meal plan |
# Then what do we check for to be confident that the above things done by Brian have worked?
# Then the downloaded files should have content "abc..."
And "Brian" logs out
And "Alice" downloads the following resources using the sidebar panel
And "Alice" downloads the following files using the sidebar panel
| resource | from |
| parent.txt | groups/Kindergarten Koalas/meal plan |
| lorem.txt | groups/Kindergarten Koalas/meal plan |
Expand Down

0 comments on commit c887f73

Please sign in to comment.