Skip to content

Commit f925dcf

Browse files
committed
Fix matcher
1 parent 3820476 commit f925dcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/specs/settings.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ test.describe( 'No Languages Available', () => {
3333
// The inactive locales dropdown should be disabled since there are no languages.
3434
await expect(
3535
page.getByRole( 'combobox', { name: 'Inactive Locales' } )
36-
).toBeDisabled();
36+
).toHaveValue( 'unavailable' );
3737

3838
// The "Add to list" button should also be disabled.
3939
await expect(

0 commit comments

Comments
 (0)