mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
884237d2b4
commit
bced7b7ae3
1 changed files with 6 additions and 6 deletions
|
@ -68,27 +68,27 @@ export default function ({ getService, getPageObjects }) {
|
|||
expect(panelCount).to.be(19);
|
||||
});
|
||||
|
||||
it('pie charts rendered', async () => {
|
||||
it.skip('pie charts rendered', async () => {
|
||||
await dashboardExpect.pieSliceCount(4);
|
||||
});
|
||||
|
||||
it('area, bar and heatmap charts rendered', async () => {
|
||||
it.skip('area, bar and heatmap charts rendered', async () => {
|
||||
await dashboardExpect.seriesElementCount(15);
|
||||
});
|
||||
|
||||
it('saved searches render', async () => {
|
||||
it.skip('saved searches render', async () => {
|
||||
await dashboardExpect.savedSearchRowCount(50);
|
||||
});
|
||||
|
||||
it('input controls render', async () => {
|
||||
it.skip('input controls render', async () => {
|
||||
await dashboardExpect.inputControlItemCount(3);
|
||||
});
|
||||
|
||||
it('tag cloud renders', async () => {
|
||||
it.skip('tag cloud renders', async () => {
|
||||
await dashboardExpect.tagCloudWithValuesFound(['Sunny', 'Rain', 'Clear', 'Cloudy', 'Hail']);
|
||||
});
|
||||
|
||||
it('vega chart renders', async () => {
|
||||
it.skip('vega chart renders', async () => {
|
||||
const tsvb = await find.existsByCssSelector('.vega-view-container');
|
||||
expect(tsvb).to.be(true);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue