diff --git a/cypress/e2e/course_creation.cy.js b/cypress/e2e/course_creation.cy.js index 06a851df..9a1433c5 100644 --- a/cypress/e2e/course_creation.cy.js +++ b/cypress/e2e/course_creation.cy.js @@ -140,6 +140,7 @@ describe("Course Creation", () => { ); // Add Discussion + cy.get("span").contains("Comments").click(); cy.button("New Question").click(); cy.wait(500); cy.get("[id^=headlessui-dialog-panel-").within(() => { diff --git a/frappe-ui b/frappe-ui index 80d3a010..333dce1a 160000 --- a/frappe-ui +++ b/frappe-ui @@ -1 +1 @@ -Subproject commit 80d3a010acc100850a94b11eb7faf3480013cfb0 +Subproject commit 333dce1a4d13243645403775db613a9b5106994c diff --git a/frontend/components.d.ts b/frontend/components.d.ts index 6ea3a31b..81ea2c52 100644 --- a/frontend/components.d.ts +++ b/frontend/components.d.ts @@ -67,7 +67,6 @@ declare module 'vue' { IconPicker: typeof import('./src/components/Controls/IconPicker.vue')['default'] IndicatorIcon: typeof import('./src/components/Icons/IndicatorIcon.vue')['default'] InlineLessonMenu: typeof import('./src/components/Notes/InlineLessonMenu.vue')['default'] - InlineMenu: typeof import('./src/components/InlineMenu.vue')['default'] InviteIcon: typeof import('./src/components/Icons/InviteIcon.vue')['default'] JobApplicationModal: typeof import('./src/components/Modals/JobApplicationModal.vue')['default'] JobCard: typeof import('./src/components/JobCard.vue')['default'] diff --git a/frontend/package.json b/frontend/package.json index d981075a..98cd51a3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,7 +31,7 @@ "codemirror": "^6.0.1", "dayjs": "^1.11.6", "feather-icons": "^4.28.0", - "frappe-ui": "^0.1.182", + "frappe-ui": "0.1.173", "highlight.js": "^11.11.1", "lucide-vue-next": "^0.383.0", "markdown-it": "^14.0.0", diff --git a/frontend/src/components/Notes/InlineLessonMenu.vue b/frontend/src/components/Notes/InlineLessonMenu.vue index c753517c..32a1a6d3 100644 --- a/frontend/src/components/Notes/InlineLessonMenu.vue +++ b/frontend/src/components/Notes/InlineLessonMenu.vue @@ -31,7 +31,7 @@
${selectedText.value}