-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feat-storage-browser/main' into feat-storage-browser/ta…
…ble-load-state
- Loading branch information
Showing
195 changed files
with
3,086 additions
and
4,603 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
18 changes: 18 additions & 0 deletions
18
packages/e2e/features/ui/components/storage/storage-browser/filter-locations.feature
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Feature: StorageBrowser Filter Locations | ||
|
||
Background: | ||
Given I'm running the example "ui/components/storage/storage-browser/default-auth" | ||
|
||
@react | ||
Scenario: Filter locations | ||
When I type my "email" with status "CONFIRMED" | ||
Then I type my password | ||
Then I click the "Sign in" button | ||
Then I see the first button containing "private" | ||
When I see input with placeholder "Filter folders and files" and type "pu" | ||
Then I click the "Submit" button | ||
Then I see the first button containing "public" | ||
Then I do not see the button containing "private" | ||
When I click the button containing "Clear search" | ||
Then I see the first button containing "private" | ||
|
This file contains 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
This file contains 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
This file contains 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
6 changes: 2 additions & 4 deletions
6
packages/react-storage/src/components/StorageBrowser/StorageBrowserAmplify.tsx
This file contains 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
34 changes: 0 additions & 34 deletions
34
...ageBrowser/__tests__/adapters/managedAuthConfigAdapter/createListLocationsHandler.test.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.