Skip to content

Commit d63f250

Browse files
committed
Try a new test article in server.js
1 parent eb7ce2b commit d63f250

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/rendering/server.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@ describe('server', () => {
329329
})
330330

331331
test('admin articles that link to Enterprise user articles have Enterprise user links', async () => {
332-
const $ = await getDOM(`${latestEnterprisePath}/admin/policies/enforcing-repository-management-policies-in-your-enterprise`)
333-
expect($('article a[href*="about-repository-visibility"]').length).toBe(1)
332+
const $ = await getDOM(`${latestEnterprisePath}/admin/user-management/customizing-user-messages-for-your-enterprise`)
333+
expect($('article a[href*="about-writing-and-formatting-on-github"]').length).toBe(1)
334334
})
335335

336336
test('articles that link to external links that contain /articles/ are not rewritten', async () => {

0 commit comments

Comments
 (0)