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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
73e3215b
Commit
73e3215b
authored
Jan 25, 2018
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more views check
parent
8586391e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
qa/qa/page/project/settings/secret_variables.rb
qa/qa/page/project/settings/secret_variables.rb
+9
-0
No files found.
qa/qa/page/project/settings/secret_variables.rb
View file @
73e3215b
...
...
@@ -10,6 +10,15 @@ module QA
element
:variable_value
,
'.variable-value'
end
view
'app/views/ci/variables/_index.html.haml'
do
element
:add_new_variable
,
'btn_text: "Add new variable"'
end
view
'app/assets/javascripts/behaviors/secret_values.js'
do
element
:reveal_value
,
'Reveal value'
element
:hide_value
,
'Hide value'
end
def
fill_variable_key
(
key
)
fill_in
'variable_key'
,
with:
key
end
...
...
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