diff --git a/src/plugins/discover/public/application/main/components/top_nav/__snapshots__/open_search_panel.test.tsx.snap b/src/plugins/discover/public/application/main/components/top_nav/__snapshots__/open_search_panel.test.tsx.snap index 7153724203adb..6ff7006c1b9b4 100644 --- a/src/plugins/discover/public/application/main/components/top_nav/__snapshots__/open_search_panel.test.tsx.snap +++ b/src/plugins/discover/public/application/main/components/top_nav/__snapshots__/open_search_panel.test.tsx.snap @@ -59,10 +59,12 @@ exports[`OpenSearchPanel render 1`] = ` grow={false} > { expect(component.find(EuiTourStep)).toHaveLength(0); // one step should become visible after the tour is triggered - component.find(`[data-test-subj="${buttonSubjToTestStart}"]`).at(0).simulate('click'); + component.find(`button[data-test-subj="${buttonSubjToTestStart}"]`).at(0).simulate('click'); expect(component.find(EuiTourStep)).toHaveLength(5); expect( diff --git a/x-pack/plugins/ml/public/application/components/full_time_range_selector/__snapshots__/full_time_range_selector.test.tsx.snap b/x-pack/plugins/ml/public/application/components/full_time_range_selector/__snapshots__/full_time_range_selector.test.tsx.snap index a3a61f2d6db03..0b8c8c81343b6 100644 --- a/x-pack/plugins/ml/public/application/components/full_time_range_selector/__snapshots__/full_time_range_selector.test.tsx.snap +++ b/x-pack/plugins/ml/public/application/components/full_time_range_selector/__snapshots__/full_time_range_selector.test.tsx.snap @@ -19,9 +19,11 @@ exports[`FullTimeRangeSelector renders the selector 1`] = ` position="top" >
, { const wrapper = mountWithIntl(); const importButton = wrapper.find('[data-test-subj="mlCalendarNewEventButton"]'); - const button = importButton.find('EuiButton'); + const button = importButton.find('EuiButton button'); button.simulate('click'); - expect(button.prop('isDisabled')).toBe(true); + expect(button.prop('disabled')).toBe(true); }); test('isDuplicateId returns true if form calendar id already exists in calendars', () => { diff --git a/x-pack/plugins/ml/public/application/settings/calendars/list/table/__snapshots__/table.test.js.snap b/x-pack/plugins/ml/public/application/settings/calendars/list/table/__snapshots__/table.test.js.snap index 0d4bba26f1c0e..5733b4ef89a1c 100644 --- a/x-pack/plugins/ml/public/application/settings/calendars/list/table/__snapshots__/table.test.js.snap +++ b/x-pack/plugins/ml/public/application/settings/calendars/list/table/__snapshots__/table.test.js.snap @@ -76,6 +76,7 @@ exports[`CalendarsListTable renders the table with all calendars 1`] = ` "filters": Array [], "toolsRight": Array [