@@ -13,11 +13,12 @@ test('Plotly loads', async ({ page }) => {
1313 await expect ( page . locator ( '.iris-chart-panel' ) ) . toHaveScreenshot ( ) ;
1414} ) ;
1515
16- test ( 'Histogram loads' , async ( { page } ) => {
17- await gotoPage ( page , '' ) ;
18- await openPanel ( page , 'express_hist_by' , '.js-plotly-plot' ) ;
19- await expect ( page . locator ( '.iris-chart-panel' ) ) . toHaveScreenshot ( ) ;
20- } ) ;
16+ // TODO: DH-20738 Enable histogram test, it seems to be flakey
17+ // test('Histogram loads', async ({ page }) => {
18+ // await gotoPage(page, '');
19+ // await openPanel(page, 'express_hist_by', '.js-plotly-plot');
20+ // await expect(page.locator('.iris-chart-panel')).toHaveScreenshot();
21+ // });
2122
2223test ( 'Indicator loads' , async ( { page } ) => {
2324 await gotoPage ( page , '' ) ;
@@ -38,9 +39,9 @@ test('Ticking loads', async ({ page }) => {
3839} ) ;
3940
4041test ( 'Partitioned loads' , async ( { page } ) => {
41- await gotoPage ( page , '' ) ;
42- await openPanel ( page , 'partitioned_fig' , '.js-plotly-plot' ) ;
43- await expect ( page . locator ( '.iris-chart-panel' ) ) . toHaveScreenshot ( ) ;
42+ await gotoPage ( page , '' ) ;
43+ await openPanel ( page , 'partitioned_fig' , '.js-plotly-plot' ) ;
44+ await expect ( page . locator ( '.iris-chart-panel' ) ) . toHaveScreenshot ( ) ;
4445} ) ;
4546
4647test ( 'Figure with title loads' , async ( { page } ) => {
@@ -101,4 +102,4 @@ test('Candlestick chart loads', async ({ page }) => {
101102 await gotoPage ( page , '' ) ;
102103 await openPanel ( page , 'candlestick_fig' , '.js-plotly-plot' ) ;
103104 await expect ( page . locator ( '.iris-chart-panel' ) ) . toHaveScreenshot ( ) ;
104- } ) ;
105+ } ) ;
0 commit comments