Skip to content

Commit

Permalink
#18 added the right interceptor again
Browse files Browse the repository at this point in the history
  • Loading branch information
janh committed Nov 7, 2023
1 parent 1913b3c commit 541ff4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cypress/e2e/datapoints-graph/datapoints-graph.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ describe('datapoints-graph', () => {
cy.interceptCurrentUser();

cy.intercept(
'/application/applications/sag-pkg-community-plugins/manifest',
{ fixture: 'manifest.json' }
);
'/inventory/managedObjects?fragmentType=c8y_Dashboard!name!home-cockpit1&pageSize=1',
{ fixture: 'widgets/datapoints-graph/cockpit-dashboard.json' }
).as('cockpitDashboardConfig');

cy.visit('/apps/sag-pkg-community-plugins/#/');
cy.wait('@cockpitDashboardConfig', { timeout: 10000 });
Expand Down

0 comments on commit 541ff4b

Please sign in to comment.