mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
remove jest it.only to not skip important tests
This commit is contained in:
parent
6ed69e3d93
commit
1f21b3e23b
@ -405,7 +405,7 @@ describe('DashboardModel', function() {
|
||||
});
|
||||
});
|
||||
|
||||
it.only('should move panels below down', function() {
|
||||
it('should move panels below down', function() {
|
||||
expect(dashboard.panels[4].gridPos).toMatchObject({
|
||||
x: 0,
|
||||
y: 9,
|
||||
|
Loading…
Reference in New Issue
Block a user