+
+
+ Drag and drop items to change the order of the agenda. Your modification will be saved immediately.
+
+
+
+
+
+
+
diff --git a/client/src/app/site/agenda/components/agenda-sort/agenda-sort.component.spec.ts b/client/src/app/site/agenda/components/agenda-sort/agenda-sort.component.spec.ts
new file mode 100644
index 000000000..5ff961314
--- /dev/null
+++ b/client/src/app/site/agenda/components/agenda-sort/agenda-sort.component.spec.ts
@@ -0,0 +1,26 @@
+import { async, ComponentFixture, TestBed } from '@angular/core/testing';
+
+import { AgendaSortComponent } from './agenda-sort.component';
+import { E2EImportsModule } from 'e2e-imports.module';
+
+describe('AgendaSortComponent', () => {
+ let component: AgendaSortComponent;
+ let fixture: ComponentFixture