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
a56990a5
Commit
a56990a5
authored
Jun 07, 2018
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add test for preset buttons
parent
1aeb7ca9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
ee/spec/features/groups/group_roadmap_spec.rb
ee/spec/features/groups/group_roadmap_spec.rb
+8
-0
No files found.
ee/spec/features/groups/group_roadmap_spec.rb
View file @
a56990a5
...
@@ -34,6 +34,14 @@ describe 'group epic roadmap', :js do
...
@@ -34,6 +34,14 @@ describe 'group epic roadmap', :js do
end
end
describe
'roadmap page'
do
describe
'roadmap page'
do
it
'renders roadmap preset buttons correctly'
do
page
.
within
(
'.js-btn-roadmap-presets'
)
do
expect
(
page
).
to
have_css
(
'.btn-roadmap-preset input[value="QUARTERS"]'
)
expect
(
page
).
to
have_css
(
'.btn-roadmap-preset input[value="MONTHS"]'
)
expect
(
page
).
to
have_css
(
'.btn-roadmap-preset input[value="WEEKS"]'
)
end
end
it
'renders the filtered search bar correctly'
do
it
'renders the filtered search bar correctly'
do
page
.
within
(
'.content-wrapper .content'
)
do
page
.
within
(
'.content-wrapper .content'
)
do
expect
(
page
).
to
have_css
(
'.epics-filters'
)
expect
(
page
).
to
have_css
(
'.epics-filters'
)
...
...
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