1
0
mirror of synced 2025-12-22 03:16:52 -05:00

Rename GitHub product (#20347)

This commit is contained in:
Laura Coursen
2021-07-21 06:22:30 -05:00
committed by GitHub
parent 1ab86dc933
commit 88dd272f29
5 changed files with 14 additions and 15 deletions

View File

@@ -130,7 +130,7 @@ describe('header', () => {
const $ = await getDOM('/en/articles/enabling-required-status-checks')
const github = $('#homepages a.active[href="/en/github"]')
expect(github.length).toBe(1)
expect(github.text().trim()).toBe('GitHub.com')
expect(github.text().trim()).toBe('GitHub')
expect(github.attr('class').includes('active')).toBe(true)
const ghe = $(`#homepages a[href="/en/enterprise-server@${latest}/admin"]`)