Skip to content

Commit

Permalink
Fix the 'test_remove_invalid_element_pseudo_selectors' test case (#47049
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Mamaduka authored Jan 11, 2023
1 parent c8dc3b7 commit 2d49496
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpunit/class-wp-theme-json-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,11 @@ public function test_remove_invalid_element_pseudo_selectors() {
'background' => 'blue',
),
),
':seen' => array(
'color' => array(
'background' => 'ivory',
),
),
),
),
),
Expand Down

1 comment on commit 2d49496

@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 2d49496.
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/3892313363
📝 Reported issues:

Please sign in to comment.