Skip to content

Commit

Permalink
Update zed_marketplace_steps.robot
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonShopin committed Jan 10, 2025
1 parent 8241d7f commit 9423c5a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion resources/steps/zed_marketplace_steps.robot
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,12 @@ Zed: create dynamic merchant user:
Type Text ${zed_create_merchant_user_first_name_field} ${merchant_user_first_name}${unique}
Type Text ${zed_create_merchant_user_last_name_field} ${merchant_user_last_name}${unique}
Zed: submit the form
Wait Until Element Is Visible ${zed_table_locator}
TRY
Wait Until Element Is Visible ${zed_table_locator}
EXCEPT
Zed: submit the form
Wait Until Element Is Visible ${zed_table_locator}
END
Zed: click Action Button in Merchant Users table for row that contains: ${merchant_user_email} Activate
Zed: table should contain non-searchable value: Active
IF '${merchant_user_group}' != '${EMPTY}'
Expand Down

0 comments on commit 9423c5a

Please sign in to comment.