Skip to content

Commit

Permalink
fix: fix duplicate appdata upon reload (#8) (#73)
Browse files Browse the repository at this point in the history
* fix: attempt to stop appdata from being posted on every first render

* feat: add participant and sender id to csv output file

* feat: add cypress tests for settings

* feat: add cypress test for conversations view

* feat: add tests for playerview

---------

Co-authored-by: deRohrer <[email protected]>
  • Loading branch information
juancarlosfarah and deRohrer authored Sep 9, 2024
1 parent 4103c3f commit d79b0a3
Show file tree
Hide file tree
Showing 16 changed files with 772 additions and 29 deletions.
2 changes: 2 additions & 0 deletions cypress/e2e/analytics/main.cy.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
import { Context, PermissionLevel } from '@graasp/sdk';
import { ANALYTICS_VIEW_CY, buildDataCy } from '../../../src/config/selectors';
Expand All @@ -21,3 +22,4 @@ describe('Analytics View', () => {
);
});
});
*/
Loading

0 comments on commit d79b0a3

Please sign in to comment.