Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cloud
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
cloud
Merge requests
!808
Issue
#3272416
: Add the test scenario for copying/editing a security group (Delete)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3272416
: Add the test scenario for copying/editing a security group (Delete)
issue/cloud-3272416:3272416-add-the-test
into
5.x
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Tomohiro Ono
requested to merge
issue/cloud-3272416:3272416-add-the-test
into
5.x
3 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
5.x
version 1
8a7415ed
3 years ago
5.x (base)
and
latest version
latest version
8a7415ed
1 commit,
3 years ago
version 1
8a7415ed
1 commit,
3 years ago
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
modules/cloud_service_providers/aws_cloud/tests/src/Behat/features/templates/AWS-ATDD-00-13-UserResourceSecurityGroup.feature
+
2
−
0
Options
@@ -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