diff --git a/src/assets/wise5/authoringTool/domain/expand-event.ts b/src/assets/wise5/authoringTool/domain/expand-event.ts new file mode 100644 index 00000000000..d98d49bab0c --- /dev/null +++ b/src/assets/wise5/authoringTool/domain/expand-event.ts @@ -0,0 +1,4 @@ +export interface ExpandEvent { + expanded: boolean; + id: string; +} diff --git a/src/assets/wise5/authoringTool/project-authoring-lesson/project-authoring-lesson.component.html b/src/assets/wise5/authoringTool/project-authoring-lesson/project-authoring-lesson.component.html index 3acae6e9591..fcf696a1fdb 100644 --- a/src/assets/wise5/authoringTool/project-authoring-lesson/project-authoring-lesson.component.html +++ b/src/assets/wise5/authoringTool/project-authoring-lesson/project-authoring-lesson.component.html @@ -1,26 +1,60 @@ -
diff --git a/src/assets/wise5/authoringTool/project-authoring-step/project-authoring-step.harness.ts b/src/assets/wise5/authoringTool/project-authoring-step/project-authoring-step.harness.ts
new file mode 100644
index 00000000000..e680d56f682
--- /dev/null
+++ b/src/assets/wise5/authoringTool/project-authoring-step/project-authoring-step.harness.ts
@@ -0,0 +1,5 @@
+import { ComponentHarness } from '@angular/cdk/testing';
+
+export class ProjectAuthoringStepHarness extends ComponentHarness {
+ static hostSelector = 'project-authoring-step';
+}
diff --git a/src/assets/wise5/authoringTool/project-authoring/project-authoring.component.html b/src/assets/wise5/authoringTool/project-authoring/project-authoring.component.html
index a7bf008f457..50d20e5cfc0 100644
--- a/src/assets/wise5/authoringTool/project-authoring/project-authoring.component.html
+++ b/src/assets/wise5/authoringTool/project-authoring/project-authoring.component.html
@@ -54,6 +54,25 @@
>