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
f23d4d66
Commit
f23d4d66
authored
Sep 28, 2020
by
treagitlab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Emergency fix to match with Runtime::Feature flag updates
parent
83dede41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
qa/qa/specs/features/browser_ui/4_verify/pipeline/run_pipeline_via_web_only_spec.rb
...er_ui/4_verify/pipeline/run_pipeline_via_web_only_spec.rb
+3
-3
No files found.
qa/qa/specs/features/browser_ui/4_verify/pipeline/run_pipeline_via_web_only_spec.rb
View file @
f23d4d66
...
...
@@ -6,7 +6,7 @@ module QA
# [TODO]: Developer to remove :requires_admin and :skip_live_env once FF is removed in https://gitlab.com/gitlab-org/gitlab/-/issues/229632
context
'with web only rule'
do
let
(
:feature_flag
)
{
'new_pipeline_form'
}
let
(
:feature_flag
)
{
:new_pipeline_form
}
let
(
:job_name
)
{
'test_job'
}
let
(
:project
)
do
Resource
::
Project
.
fabricate_via_api!
do
|
project
|
...
...
@@ -37,14 +37,14 @@ module QA
end
before
do
Runtime
::
Feature
.
enable
_and_verify
(
feature_flag
)
# [TODO]: Developer to remove when feature flag is removed
Runtime
::
Feature
.
enable
(
feature_flag
)
# [TODO]: Developer to remove when feature flag is removed
Flow
::
Login
.
sign_in
project
.
visit!
Page
::
Project
::
Menu
.
perform
(
&
:click_ci_cd_pipelines
)
end
after
do
Runtime
::
Feature
.
disable
_and_verify
(
feature_flag
)
# [TODO]: Developer to remove when feature flag is removed
Runtime
::
Feature
.
disable
(
feature_flag
)
# [TODO]: Developer to remove when feature flag is removed
end
it
'can trigger pipeline'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/946'
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