Skip to content

Commit

Permalink
test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed Dec 1, 2023
1 parent ddbf1f1 commit 9315c6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

## 25.13.0 (2023-11-29)
- `BorderControlDropdown`: Switches from appending state to the aria-label and adds an aria-describedBy attribute with hidden text (via display: none;, as the text will be read via focus on the button and doesn't need to announced otherwise ([#54469](https://github.com/WordPress/gutenberg/pull/54469)).

### Enhancements

Expand Down
4 changes: 2 additions & 2 deletions packages/components/src/border-box-control/test/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ const props = {
value: undefined,
};

const toggleLabelRegex = /Border color( and style)* picker/;
const colorPickerRegex = /Border color picker/;
const toggleLabelRegex = /The currently selected color has/;
const colorPickerRegex = /The currently selected color is called/;

describe( 'BorderBoxControl', () => {
describe( 'Linked view rendering', () => {
Expand Down

0 comments on commit 9315c6a

Please sign in to comment.