remove comment in cypress test
This commit is contained in:
parent
68066d093e
commit
1791daee80
1 changed files with 0 additions and 2 deletions
|
@ -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", () => {
|
||||||
|
|
Loading…
Reference in a new issue