Dashboard: Fix panel edits for repeats (#100658)

This commit is contained in:
Bogdan Matei
2025-02-14 17:42:10 +02:00
committed by GitHub
parent d0394bfa7e
commit 6bd1041cda
6 changed files with 116 additions and 16 deletions

View File

@@ -22,7 +22,7 @@ describe('Solo Route', () => {
cy.contains('uplot-main-div').should('not.exist');
});
/*it('Can view solo repeated panel in scenes', () => {
it('Can view solo repeated panel in scenes', () => {
// open Panel Tests - Graph NG
e2e.pages.SoloPanel.visit(
'templating-repeating-panels/templating-repeating-panels?orgId=1&from=1699934989607&to=1699956589607&panelId=panel-2-clone-0&__feature.dashboardSceneSolo=true'
@@ -30,7 +30,7 @@ describe('Solo Route', () => {
e2e.components.Panels.Panel.title('server=A').should('exist');
cy.contains('uplot-main-div').should('not.exist');
});*/
});
it('Can view solo in repeated row and panel in scenes', () => {
// open Panel Tests - Graph NG