Skip to content

Commit

Permalink
removed unwanted intercept.
Browse files Browse the repository at this point in the history
  • Loading branch information
amar-c8y committed Mar 19, 2024
1 parent 81c1f19 commit cc90872
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,7 @@ describe('Device properties widget', function () {
'Color'
];
cy.get(asset_properties_widget_elements.backButton).should('be.visible').click();
cy.intercept(
'inventory/managedObjects/**/childAdditions?pageSize=2000&query=%24filter%3D(has(%27c8y_IsAssetProperty%27))'
).as('childAdditionCall');
cy.chooseAssetOrDevice(asset);
cy.wait('@childAdditionCall').its('response.statusCode').should('eq', 200);
cy.get(asset_properties_widget_elements.addPropertyButton).should('be.enabled').click();
verifyThePropertyList(properties);
});
Expand Down

0 comments on commit cc90872

Please sign in to comment.