We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7ce2b commit d63f250Copy full SHA for d63f250
1 file changed
tests/rendering/server.js
@@ -329,8 +329,8 @@ describe('server', () => {
329
})
330
331
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)
+ const $ = await getDOM(`${latestEnterprisePath}/admin/user-management/customizing-user-messages-for-your-enterprise`)
+ expect($('article a[href*="about-writing-and-formatting-on-github"]').length).toBe(1)
334
335
336
test('articles that link to external links that contain /articles/ are not rewritten', async () => {
0 commit comments