Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
shields
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
shields.io
shields
Commits
2fb8e571
Unverified
Commit
2fb8e571
authored
9 months ago
by
Pierre-Yves Bigourdan
Committed by
GitHub
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix [Gerrit] new change test (#10376)
parent
26637494
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
services/gerrit/gerrit.tester.js
+3
-3
3 additions, 3 deletions
services/gerrit/gerrit.tester.js
with
3 additions
and
3 deletions
services/gerrit/gerrit.tester.js
+
3
−
3
View file @
2fb8e571
import
{
createServiceTester
}
from
'
../tester.js
'
import
{
createServiceTester
}
from
'
../tester.js
'
export
const
t
=
await
createServiceTester
()
export
const
t
=
await
createServiceTester
()
// Change open since
Dec
ember 201
0
, hopefully won't get merged or abandoned anytime soon.
// Change open since
Sept
ember 201
7
, hopefully won't get merged or abandoned anytime soon.
t
.
create
(
'
Gerrit new change
'
)
t
.
create
(
'
Gerrit new change
'
)
.
get
(
'
/
2013
.json?baseUrl=https://git.eclipse.org/r
'
)
.
get
(
'
/
105728
.json?baseUrl=https://git.eclipse.org/r
'
)
.
expectBadge
({
.
expectBadge
({
label
:
'
change
2013
'
,
label
:
'
change
105728
'
,
message
:
'
new
'
,
message
:
'
new
'
,
color
:
'
#2cbe4e
'
,
color
:
'
#2cbe4e
'
,
})
})
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment