Skip to content

Commit

Permalink
Try fixing e2e tests by reverting rootClientId condition
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnajdr committed Dec 19, 2022
1 parent 828ff3a commit f113506
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function useAppender( rootClientId, CustomAppender ) {
__unstableGetEditorMode() === 'zoom-out',
isParentSelected:
rootClientId === selectedBlockClientId ||
( rootClientId === '' && ! selectedBlockClientId ),
( ! rootClientId && ! selectedBlockClientId ),
};
},
[ rootClientId ]
Expand Down

1 comment on commit f113506

@github-actions
Copy link

@github-actions github-actions bot commented on f113506 Dec 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/3731893698
📝 Reported issues:

Please sign in to comment.