1
0
mirror of synced 2025-12-23 03:44:00 -05:00

Adding links to all skipped tests (#22037)

* adding links to all skipped tests

* updating links
This commit is contained in:
Grace Park
2021-10-08 14:53:44 -07:00
committed by GitHub
parent fc1dbc9193
commit fd3d223bce
10 changed files with 17 additions and 4 deletions

View File

@@ -67,6 +67,7 @@ describe('header', () => {
expect($('[data-testid=header-notification] a[href*="github.com/contact"]').length).toBe(1)
})
// Docs Engineering issue: 966
test.skip('does not display any notices for English', async () => {
const $ = await getDOM('/en')
expect($('[data-testid=header-notification]').length).toBe(0)
@@ -151,7 +152,7 @@ describe('header', () => {
expect(ghe.text().trim()).toBe('Enterprise administrators')
})
// Skipped. See issues/923
// Skipped. Docs Engineering issue: 923
test.skip("point to homepages in the current page's language", async () => {
const $ = await getDOM(
'/ja/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests'