Skip to content
Snippets Groups Projects

Issue #3272416: Add the test scenario for copying/editing a security group (Delete)

Merged Issue #3272416: Add the test scenario for copying/editing a security group (Delete)
Merged Tomohiro Ono requested to merge issue/cloud-3272416:3272416-add-the-test into 5.x
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -96,8 +96,10 @@ Feature: Copying/editing a security group as "Authenticated User"
When I visit "/clouds/aws_cloud/{{ cloud_context }}/security_group"
And I click "Refresh"
And I should see the link "{{ security_group_name_to_copy }}"
And I wait {{wait}} milliseconds
And I check the box in the "{{ security_group_name_to_copy }}" row
And I should see the link "{{ security_group_name_copied }}"
And I wait {{wait}} milliseconds
And I check the box in the "{{ security_group_name_copied }}" row
And I select "Delete security group(s)" from "Action"
And I press "Apply to selected items"
Loading