Skip to content
Snippets Groups Projects
Commit fb21ffb1 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 897b5fc6
No related branches found
No related tags found
5 merge requests!1759Issue #3356778: Release 5.1.1,!1679Issue #3349074: Fix the OpenStack Project create and edit form in SPA that "Member" cannot be saved due to a validation error,!1607Issue #3343582: Add the function to preview OpenStack stack in the SPA,!1032Issue #3284576: Release 5.0.0-alpha2,!832Issue #3274116: Refactor composer.json to use docomoinnovations/drupal-extension
......@@ -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