mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
764478b9e7
commit
04775ec940
@ -1,16 +0,0 @@
|
|||||||
import { e2e } from '../utils';
|
|
||||||
|
|
||||||
describe('Panel menu ui extension flow', () => {
|
|
||||||
beforeEach(() => {
|
|
||||||
e2e.flows.login(e2e.env('USERNAME'), e2e.env('PASSWORD'));
|
|
||||||
});
|
|
||||||
|
|
||||||
it('Should be possible to click extension menu item', () => {
|
|
||||||
const panelTitle = 'Random walk series';
|
|
||||||
const extensionTitle = 'Copy';
|
|
||||||
|
|
||||||
e2e.flows.openDashboard({ uid: '5SdHCasdf' });
|
|
||||||
e2e.flows.openPanelMenuExtension(extensionTitle, panelTitle);
|
|
||||||
e2e.flows.assertSuccessNotification();
|
|
||||||
});
|
|
||||||
});
|
|
Loading…
Reference in New Issue
Block a user