We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3820476 commit f925dcfCopy full SHA for f925dcf
1 file changed
tests/e2e/specs/settings.spec.ts
@@ -33,7 +33,7 @@ test.describe( 'No Languages Available', () => {
33
// The inactive locales dropdown should be disabled since there are no languages.
34
await expect(
35
page.getByRole( 'combobox', { name: 'Inactive Locales' } )
36
- ).toBeDisabled();
+ ).toHaveValue( 'unavailable' );
37
38
// The "Add to list" button should also be disabled.
39
0 commit comments