Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
517a728b
Commit
517a728b
authored
Apr 19, 2022
by
Valerie Burton
Committed by
Tiffany Rea
Apr 19, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add feature_flag Tag to Verify UI Defined Variable Tests
parent
d7b875c5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
11 deletions
+15
-11
qa/qa/specs/features/browser_ui/4_verify/ci_variable/ui_variable_inheritable_when_forward_pipeline_variables_true_spec.rb
..._inheritable_when_forward_pipeline_variables_true_spec.rb
+7
-2
qa/qa/specs/features/browser_ui/4_verify/ci_variable/ui_variable_non_inheritable_when_forward_pipeline_variables_false_spec.rb
...inheritable_when_forward_pipeline_variables_false_spec.rb
+7
-2
qa/spec/support/shared_contexts/variable_inheritance_shared_context.rb
...rt/shared_contexts/variable_inheritance_shared_context.rb
+1
-7
No files found.
qa/qa/specs/features/browser_ui/4_verify/ci_variable/ui_variable_inheritable_when_forward_pipeline_variables_true_spec.rb
View file @
517a728b
# frozen_string_literal: true
module
QA
# Running with FF :ci_trigger_forward_variables
RSpec
.
describe
'Verify'
,
:runner
do
# TODO:
# Remove FF :ci_trigger_forward_variables
# when https://gitlab.com/gitlab-org/gitlab/-/issues/355572 is closed
RSpec
.
describe
'Verify'
,
:runner
,
feature_flag:
{
name:
'ci_trigger_forward_variables'
,
scope: :global
}
do
describe
'UI defined variable'
do
include_context
'variable inheritance test prep'
...
...
qa/qa/specs/features/browser_ui/4_verify/ci_variable/ui_variable_non_inheritable_when_forward_pipeline_variables_false_spec.rb
View file @
517a728b
# frozen_string_literal: true
module
QA
# Running with FF :ci_trigger_forward_variables
RSpec
.
describe
'Verify'
,
:runner
do
# TODO:
# Remove FF :ci_trigger_forward_variables
# when https://gitlab.com/gitlab-org/gitlab/-/issues/355572 is closed
RSpec
.
describe
'Verify'
,
:runner
,
feature_flag:
{
name:
'ci_trigger_forward_variables'
,
scope: :global
}
do
describe
'UI defined variable'
do
include_context
'variable inheritance test prep'
...
...
qa/spec/support/shared_contexts/variable_inheritance_shared_context.rb
View file @
517a728b
# frozen_string_literal: true
module
QA
# TODO:
# Remove FF :ci_trigger_forward_variables
# when https://gitlab.com/gitlab-org/gitlab/-/issues/355572 is closed
RSpec
.
shared_context
'variable inheritance test prep'
,
feature_flag:
{
name:
'ci_trigger_forward_variables'
,
scope: :global
}
do
RSpec
.
shared_context
'variable inheritance test prep'
do
let
(
:random_string
)
{
Faker
::
Alphanumeric
.
alphanumeric
(
number:
8
)
}
let
(
:group
)
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment