Skip to content

Commit

Permalink
Migrate list view E2E tests to Playwright (#47919)
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart committed Feb 24, 2023
1 parent a4c2395 commit 53bd226
Show file tree
Hide file tree
Showing 4 changed files with 511 additions and 429 deletions.
1 change: 1 addition & 0 deletions packages/block-editor/src/components/list-view/expander.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default function ListViewExpander( { onClick } ) {
className="block-editor-list-view__expander"
onClick={ ( event ) => onClick( event, { forceToggle: true } ) }
aria-hidden="true"
data-testid="list-view-expander"
>
<Icon icon={ isRTL() ? chevronLeftSmall : chevronRightSmall } />
</span>
Expand Down

This file was deleted.

1 comment on commit 53bd226

@github-actions
Copy link

Choose a reason for hiding this comment

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

Flaky tests detected in 53bd226.
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/4261700577
📝 Reported issues:

Please sign in to comment.