-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3947: Do not delete frames if dependent components have resources r=nickgerace a=nickgerace ## Description This PR ensures that we do not delete frames if dependent components have resources. The original fix is from `@britmyerss.` I mainly rebased the fix, added tests, and provided miscellaneous changes. <img src="https://media4.giphy.com/media/UG86K2Qxx7qRa/giphy.gif"/> ## Secondary Changes - Block the commit when waiting for actions in tests - Add delete action to fallout test exclusive schema - Add test helper for fetching resource last synced value ## Misc Changes - Remove async requirement from `build_action_func` helper - Add `Component::view_by_id` and have `Component::view` call it Co-authored-by: Brit Myers <[email protected]>
- Loading branch information
Showing
16 changed files
with
590 additions
and
118 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
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
Oops, something went wrong.