Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
One more small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestPessimist committed Aug 5, 2019
1 parent b21a932 commit 4692b4d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ describe('Change warehouse in material receipt candidate #153', function() {
it('Go back to the filtered view of Material Receipt Candidates and create the Material Receipt', function() {
cy.go('back');
cy.selectNthRow(0).click();
cy.executeQuickAction('WEBUI_M_ReceiptSchedule_ReceiveHUs_UsingDefaults', true);
cy.executeQuickAction('WEBUI_M_HU_CreateReceipt_NoParams', true, true);
cy.executeQuickAction('WEBUI_M_ReceiptSchedule_ReceiveHUs_UsingDefaults', false);
cy.selectNthRow(0, true);
cy.executeQuickAction('WEBUI_M_HU_CreateReceipt_NoParams', false, true);
cy.pressDoneButton();
});

Expand Down

0 comments on commit 4692b4d

Please sign in to comment.