This commit is contained in:
Jules Parker 2021-10-18 15:28:34 +02:00 коммит произвёл GitHub
Родитель 13edfd8788
Коммит 65a50a9b5b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -16,9 +16,9 @@ describe('featuredLinks', () => {
test('landing page intro links have expected properties', async () => {
const $ = await getDOM('/en')
const $featuredLinks = $('[data-testid=article-list] a')
expect($featuredLinks).toHaveLength(9)
expect($featuredLinks).toHaveLength(8)
expect($featuredLinks.eq(0).attr('href')).toBe(
'/en/github/getting-started-with-github/set-up-git'
'/en/get-started/quickstart/set-up-git'
)
expect($featuredLinks.eq(0).children('h4').text().startsWith('Set up Git')).toBe(true)
expect($featuredLinks.eq(0).children('p').text().startsWith('At the heart of GitHub')).toBe(