Skip to content

Commit

Permalink
Revert method InventoryInstance.waitLoading()
Browse files Browse the repository at this point in the history
  • Loading branch information
sviatlana-stsiapanava committed Mar 13, 2024
1 parent 3bb276c commit a3b2e21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cypress/support/fragments/inventory/inventoryInstance.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ const pressAddHoldingsButton = () => {

return HoldingsRecordEdit;
};

const waitLoading = () => cy.expect(instanceDetailsSection.find(actionsButton).exists());
const waitLoading = () => cy.expect(actionsButton.exists());

const openHoldings = (...holdingToBeOpened) => {
const openActions = [];
Expand Down

0 comments on commit a3b2e21

Please sign in to comment.