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
d95fa852
Commit
d95fa852
authored
Aug 16, 2021
by
Jose Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change selector in tests
parent
e8efbd68
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
ee/app/assets/javascripts/ci_minutes_usage/components/minutes_usage_project_chart.vue
..._minutes_usage/components/minutes_usage_project_chart.vue
+1
-0
ee/spec/features/ci/ci_minutes_spec.rb
ee/spec/features/ci/ci_minutes_spec.rb
+1
-1
No files found.
ee/app/assets/javascripts/ci_minutes_usage/components/minutes_usage_project_chart.vue
View file @
d95fa852
...
...
@@ -84,6 +84,7 @@ export default {
:key=
"index"
:is-checked=
"selectedMonth === month"
is-check-item
data-testid=
"month-dropdown-item"
@
click=
"changeSelectedMonth(month)"
>
{{
month
}}
...
...
ee/spec/features/ci/ci_minutes_spec.rb
View file @
d95fa852
...
...
@@ -26,7 +26,7 @@ RSpec.describe 'CI minutes', :js do
page
.
find
(
'[data-testid="project-month-dropdown"]'
).
click
page
.
within
'[data-testid="project-month-dropdown"]'
do
expect
(
page
.
all
(
'
.gl-new-dropdown-item
'
).
size
).
to
eq
2
expect
(
page
.
all
(
'
[data-testid="month-dropdown-item"]
'
).
size
).
to
eq
2
end
end
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