diff --git a/cypress/e2e/course_creation.cy.js b/cypress/e2e/course_creation.cy.js index b5f5ae73..19167e05 100644 --- a/cypress/e2e/course_creation.cy.js +++ b/cypress/e2e/course_creation.cy.js @@ -142,7 +142,6 @@ describe("Course Creation", () => { ); // Add Discussion - cy.get("span").contains("Community").click(); cy.button("New Question").click(); cy.wait(500); cy.get("[data-dismissable-layer]").within(() => { diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 697aa346..25f6d8de 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,6 +1,6 @@