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
8000604d
Commit
8000604d
authored
Dec 15, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some EE-only specs
parent
df070ba6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/ee/spec/features/boards/scoped_issue_board_spec.rb
spec/ee/spec/features/boards/scoped_issue_board_spec.rb
+2
-2
No files found.
spec/ee/spec/features/boards/scoped_issue_board_spec.rb
View file @
8000604d
...
...
@@ -184,7 +184,7 @@ describe 'Scoped issue boards', :js do
it
'edits board name'
do
edit_board
.
click
page
.
within
(
'.
popup-dialog
'
)
do
page
.
within
(
'.
modal
'
)
do
fill_in
'board-new-name'
,
with:
'Testing'
click_button
'Save'
...
...
@@ -396,7 +396,7 @@ describe 'Scoped issue boards', :js do
it
'can view board scope'
do
view_scope
.
click
page
.
within
(
'.
popup-dialog
'
)
do
page
.
within
(
'.
modal
'
)
do
expect
(
find
(
'.modal-header'
)).
to
have_content
(
'Board scope'
)
expect
(
page
).
not_to
have_content
(
'Board name'
)
expect
(
page
).
not_to
have_link
(
'Edit'
)
...
...
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