Skip to content

Commit

Permalink
LPS-198302 - Fix MyWorkflowTasks tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thaiscabrals authored and brianchandotcom committed Nov 15, 2023
1 parent fc9d580 commit 3c51cd8
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ definition {

Workflow.assignToMeTaskByActions(
workflowAssetTitle = "Order",
workflowAssetType = "Commerce Order",
workflowAssetType = "Order",
workflowTask = "Review");

Workflow.approveTaskByActions(
workflowAssetTitle = "Order",
workflowAssetType = "Commerce Order",
workflowAssetType = "Order",
workflowTask = "Review");

User.logoutAndLoginPG(
Expand Down Expand Up @@ -1683,8 +1683,6 @@ definition {

CommerceNavigator.gotoMiniCart();

Button.click(button = "Review Order");

Button.click(button = "Submit");

Navigator.openURL();
Expand All @@ -1693,7 +1691,7 @@ definition {

Workflow.viewTaskAssignedToMyRoles(
workflowAssetTitle = "Order",
workflowAssetType = "Commerce Order",
workflowAssetType = "Order",
workflowTask = "Review");

ApplicationsMenu.gotoSite(site = "Minium");
Expand Down

0 comments on commit 3c51cd8

Please sign in to comment.