Skip to content
Snippets Groups Projects
Commit 3f1a8933 authored by Tomohiro Ono's avatar Tomohiro Ono Committed by Yas Naoi
Browse files

Issue #3272416 by onotm, yas, kumikoono: Fix the test scenario for deleting a security group

parent 4058d34e
Branches
Tags
3 merge requests!1316Issue #3310263: Release 4.5.0,!1260Issue #3307397: Release 4.4.0,!808Issue #3272416: Add the test scenario for copying/editing a security group (Delete)
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment