We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2011b commit 40f2aa8Copy full SHA for 40f2aa8
1 file changed
test/e2e/badge.spec.ts
@@ -150,8 +150,8 @@ test.describe('badge API', () => {
150
const url = toLocalUrl(baseURL, '/api/registry/badge/version/nuxt?color=CCC')
151
const { body } = await fetchBadge(page, url)
152
153
- expect(body).toContain('fill="#000000">version')
154
- expect(body).toContain('fill="#ffffff">v')
+ expect(body).toContain('fill="#ffffff">version')
+ expect(body).toContain('fill="#000000">v')
155
})
156
157
test('custom label parameter is applied to SVG', async ({ page, baseURL }) => {
0 commit comments