mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Refactoring fullscreen / edit handling
This commit is contained in:
@@ -101,7 +101,6 @@ define([
|
||||
it('should remove params from query string', function() {
|
||||
viewState.update({fullscreen: true, panelId: 1, edit: true});
|
||||
viewState.update({fullscreen: false});
|
||||
|
||||
expect(location.search()).to.eql({});
|
||||
expect(viewState).to.eql({});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user