mirror of
https://github.com/frappe/lms.git
synced 2026-04-20 06:58:07 +03:00
test: open community tab before testing discussions
This commit is contained in:
@@ -140,7 +140,7 @@ describe("Course Creation", () => {
|
||||
);
|
||||
|
||||
// Add Discussion
|
||||
cy.get("span").contains("Comments").click();
|
||||
cy.get("span").contains("Community").click();
|
||||
cy.button("New Question").click();
|
||||
cy.wait(500);
|
||||
cy.get("[id^=headlessui-dialog-panel-").within(() => {
|
||||
|
||||
Reference in New Issue
Block a user