remove comment in cypress test

This commit is contained in:
jenny-s51 2021-04-21 09:55:14 -04:00
parent 68066d093e
commit 1791daee80

View file

@ -16,7 +16,6 @@ describe("Group creation", () => {
const loginPage = new LoginPage(); const loginPage = new LoginPage();
const masthead = new Masthead(); const masthead = new Masthead();
const sidebarPage = new SidebarPage(); const sidebarPage = new SidebarPage();
const listingPage = new ListingPage();
const groupModal = new GroupModal(); const groupModal = new GroupModal();
beforeEach(function () { beforeEach(function () {
@ -37,7 +36,6 @@ describe("Group creation", () => {
masthead.checkNotificationMessage("Group created"); masthead.checkNotificationMessage("Group created");
sidebarPage.goToGroups(); sidebarPage.goToGroups();
// listingPage.searchItem(groupName, false).itemExist(groupName);
} }
it("Add groups to be joined", () => { it("Add groups to be joined", () => {