mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
b9c3be5be6
commit
fd75aeb0ce
1 changed files with 3 additions and 1 deletions
|
@ -239,7 +239,9 @@ export default function ({ getService, getPageObjects }) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('add new visualization link', () => {
|
||||
|
||||
// Re-endable once https://github.com/elastic/kibana/issues/15504 is fixed.
|
||||
describe.skip('add new visualization link', () => {
|
||||
it('adds a new visualization', async () => {
|
||||
await PageObjects.dashboard.clickEdit();
|
||||
await PageObjects.dashboard.clickAddVisualization();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue