mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Changed default test for option list (#143413)
This commit is contained in:
parent
608a05d2d9
commit
34ad684839
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ export const OptionsListStrings = {
|
|||
}),
|
||||
getPlaceholder: () =>
|
||||
i18n.translate('controls.optionsList.control.placeholder', {
|
||||
defaultMessage: 'Select...',
|
||||
defaultMessage: 'Any',
|
||||
}),
|
||||
},
|
||||
editor: {
|
||||
|
|
|
@ -145,7 +145,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
await dashboardControls.controlEditorSave();
|
||||
|
||||
const selectionString = await dashboardControls.optionsListGetSelectionsString(secondId);
|
||||
expect(selectionString).to.be('Select...');
|
||||
expect(selectionString).to.be('Any');
|
||||
});
|
||||
|
||||
it('editing other control settings keeps selections', async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue