Skip to content

Commit

Permalink
fix C400617
Browse files Browse the repository at this point in the history
  • Loading branch information
artsiomBandarenka committed Jan 11, 2024
1 parent 12399f0 commit edf72ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ describe('inventory', () => {
// #2 Click on "Advanced search" button
InventoryInstances.clickAdvSearchButton();
// #3 - #5 Check advanced search dropdowns, including operator, search modifier and search option
InventoryInstances.checkAdvSearchInstancesModalFields(0, 'Holdings');
InventoryInstances.checkAdvSearchHoldingsModalFields(0);
// #6 Click on "X" icon in the upper left corner of the modal
InventoryInstances.clickCloseBtnInAdvSearchModal();
// "Advanced search" modal window is closed
Expand Down

0 comments on commit edf72ee

Please sign in to comment.