BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
4fbfe475
Commit
4fbfe475
authored
Jul 06, 2017
by
Shinya Maeda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix to Variable was successfully created
parent
b7d17aab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
variables_spec.rb
spec/features/variables_spec.rb
+3
-3
No files found.
spec/features/variables_spec.rb
View file @
4fbfe475
...
...
@@ -24,7 +24,7 @@ describe 'Project variables', js: true do
fill_in
(
'variable_value'
,
with:
'key value'
)
click_button
(
'Add new variable'
)
expect
(
page
).
to
have_content
(
'Variable
s were successfully upd
ated.'
)
expect
(
page
).
to
have_content
(
'Variable
was successfully cre
ated.'
)
page
.
within
(
'.variables-table'
)
do
expect
(
page
).
to
have_content
(
'key'
)
expect
(
page
).
to
have_content
(
'No'
)
...
...
@@ -36,7 +36,7 @@ describe 'Project variables', js: true do
fill_in
(
'variable_value'
,
with:
''
)
click_button
(
'Add new variable'
)
expect
(
page
).
to
have_content
(
'Variable
s were successfully upd
ated.'
)
expect
(
page
).
to
have_content
(
'Variable
was successfully cre
ated.'
)
page
.
within
(
'.variables-table'
)
do
expect
(
page
).
to
have_content
(
'new_key'
)
end
...
...
@@ -48,7 +48,7 @@ describe 'Project variables', js: true do
check
(
'Protected'
)
click_button
(
'Add new variable'
)
expect
(
page
).
to
have_content
(
'Variable
s were successfully upd
ated.'
)
expect
(
page
).
to
have_content
(
'Variable
was successfully cre
ated.'
)
page
.
within
(
'.variables-table'
)
do
expect
(
page
).
to
have_content
(
'key'
)
expect
(
page
).
to
have_content
(
'Yes'
)
...
...
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