Dashboard: Add unconfigured panel state to new panels (#102719)

* Update

* Update

* Update new panel title

* Update
This commit is contained in:
Torkel Ödegaard
2025-03-26 13:34:37 +01:00
committed by GitHub
parent ff6039567b
commit f2fc1d8575
11 changed files with 71 additions and 67 deletions
@@ -139,7 +139,7 @@ test.describe('edit panel plugin settings', () => {
const panelOptions = panelEditPage.getPanelOptions();
const title = panelOptions.getTextInput('Title');
await expect(title).toHaveValue('Panel Title');
await expect(title).toHaveValue('New panel');
await title.clear();
await expect(title).toHaveValue('');
});