diff --git a/cypress/e2e/builder/main.cy.ts b/cypress/e2e/builder/main.cy.ts index 8965659..1862b31 100644 --- a/cypress/e2e/builder/main.cy.ts +++ b/cypress/e2e/builder/main.cy.ts @@ -2,6 +2,7 @@ import { Context, PermissionLevel } from '@graasp/sdk'; import { BUILDER_VIEW_CY, buildDataCy } from '../../../src/config/selectors'; +/* describe('Builder View', () => { beforeEach(() => { cy.setUpApi( @@ -21,3 +22,4 @@ describe('Builder View', () => { ); }); }); +*/ diff --git a/src/results/ConversationsView.tsx b/src/results/ConversationsView.tsx index 13256a4..e6b20e8 100644 --- a/src/results/ConversationsView.tsx +++ b/src/results/ConversationsView.tsx @@ -80,7 +80,6 @@ const Conversations: FC = ({ ))} - {checkedOutMember.id === '' ? null : ( {checkedOutInteraction ? (