Skip to content

Commit

Permalink
fix: remove outdated Builder View cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
deRohrer committed Aug 30, 2024
1 parent e138776 commit ba98039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cypress/e2e/builder/main.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -21,3 +22,4 @@ describe('Builder View', () => {
);
});
});
*/
1 change: 0 additions & 1 deletion src/results/ConversationsView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ const Conversations: FC<Props> = ({
))}
</Select>
</FormControl>

{checkedOutMember.id === '' ? null : (
<Box py={2} px={20} border="1px solid #ccc" borderRadius="8px">
{checkedOutInteraction ? (
Expand Down

0 comments on commit ba98039

Please sign in to comment.