mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
53d38799ac
commit
f85af486ee
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export default function ({ getService, getPageObjects }) {
|
|||
expect(spyToggleExists).to.be(false);
|
||||
});
|
||||
|
||||
it('should have some initial vega spec text', async function () {
|
||||
it.skip('should have some initial vega spec text', async function () {
|
||||
const vegaSpec = await PageObjects.visualize.getVegaSpec();
|
||||
expect(vegaSpec).to.contain('{').and.to.contain('data');
|
||||
expect(vegaSpec.length).to.be.above(500);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue