in common-utils/misc-utils.js [67:75]
removeSampleData() {
this.testRunner.visit('app/home#/tutorial_directory')
this.testRunner.get('button[data-test-subj="removeSampleDataSetecommerce"]').should('be.visible').click()
//this.testRunner.get('div[aria-label="Notification"] > span').should('have.text', 'Sample eCommerce orders uninstalled')
this.testRunner.get('button[data-test-subj="removeSampleDataSetflights"]').should('be.visible').click()
//this.testRunner.get('div[aria-label="Notification"] > span').should('have.text', 'Sample flight data uninstalled')
this.testRunner.get('button[data-test-subj="removeSampleDataSetlogs"]').should('be.visible').click()
//this.testRunner.get('div[aria-label="Notification"] > span').should('have.text', 'Sample web logs uninstalled')
}