[Aug 24, 2021] Top level CLI docs set (#20628)
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Co-authored-by: Mislav Marohnić <mislav@github.com> Co-authored-by: Laura Coursen <lecoursen@github.com>
This commit is contained in:
@@ -28,10 +28,7 @@ describe('sidebar', () => {
|
||||
).toBe('GitHub')
|
||||
})
|
||||
|
||||
test('includes links to external products like the CLI, Atom, Electron, and CodeQL', async () => {
|
||||
expect($homePage('[data-testid=sidebar] a[href="https://cli.github.com/manual"]')).toHaveLength(
|
||||
1
|
||||
)
|
||||
test('includes links to external products like the Atom, Electron, and CodeQL', async () => {
|
||||
expect($homePage('[data-testid=sidebar] a[href="https://atom.io/docs"]')).toHaveLength(1)
|
||||
expect($homePage('[data-testid=sidebar] a[href="https://electronjs.org/docs"]')).toHaveLength(1)
|
||||
expect(
|
||||
|
||||
Reference in New Issue
Block a user