/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/e2e/initial-ref/initial-ref.test.ts
12 строк
320 B
Tim Neutkens
Convert test/integration to isolated tests (#93247)
11 май 2026, 14:55
Не верифицирован
11 май 2026, 14:55
8141dcf
Код
Авторство
О чём код?
import { nextTestSetup } from 'e2e-utils' describe('Initial Refs', () => { const { next } = nextTestSetup({ files: __dirname, }) it('Has correct initial ref values', async () => { const browser = await next.browser('/') expect(await browser.elementByCss('#ref-val').text()).toContain('76px') }) })