Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix tests
  • Loading branch information
scruffian committed Oct 1, 2025
commit 461be0d7d9ec0520d204b6e6878d2211d9d597ef
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ describe( 'General media replace flow', () => {

await user.click(
screen.getByRole( 'button', {
name: 'Save',
name: 'Apply',
} )
);

Expand Down
Loading