mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
(cherry picked from commit 5a535ed0ec
)
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
This commit is contained in:
parent
bd78941d33
commit
42bc2eb40b
2 changed files with 4 additions and 4 deletions
|
@ -269,7 +269,7 @@ export const SearchBar: FC<SearchBarProps> = ({
|
|||
);
|
||||
|
||||
const placeholderText = i18n.translate('xpack.globalSearchBar.searchBar.placeholder', {
|
||||
defaultMessage: 'Find apps, content, and more. Ex: Discover',
|
||||
defaultMessage: 'Find apps, content, and more.',
|
||||
});
|
||||
const keyboardShortcutTooltip = `${i18n.translate(
|
||||
'xpack.globalSearchBar.searchBar.shortcutTooltip.description',
|
||||
|
|
|
@ -47,9 +47,9 @@ journey('AddPrivateLocationMonitor', async ({ page, params: { kibanaUrl } }) =>
|
|||
|
||||
await page.click('[data-test-subj="superDatePickerApplyTimeButton"]');
|
||||
});
|
||||
step('Click [placeholder="Find apps, content, and more. Ex: Discover"]', async () => {
|
||||
await page.click('[placeholder="Find apps, content, and more. Ex: Discover"]');
|
||||
await page.fill('[placeholder="Find apps, content, and more. Ex: Discover"]', 'integ');
|
||||
step('Click [placeholder="Find apps, content, and more."]', async () => {
|
||||
await page.click('[placeholder="Find apps, content, and more."]');
|
||||
await page.fill('[placeholder="Find apps, content, and more."]', 'integ');
|
||||
await Promise.all([
|
||||
page.waitForNavigation(/* { url: '${kibanaUrl}/app/integrations/browse' }*/),
|
||||
page.click('text=Integrations'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue