mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
5a5b042136
commit
b620f4be70
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
expect(addButtonExists).to.be(true);
|
||||
});
|
||||
|
||||
it('should open add panel when add button is clicked', async () => {
|
||||
// Flaky test: https://github.com/elastic/kibana/issues/48236
|
||||
it.skip('should open add panel when add button is clicked', async () => {
|
||||
await testSubjects.click('emptyDashboardAddPanelButton');
|
||||
const isAddPanelOpen = await dashboardAddPanel.isAddPanelOpen();
|
||||
expect(isAddPanelOpen).to.be(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue