1
0
mirror of synced 2025-12-19 18:10:59 -05:00

use getDOMCached to marginally speed up test (#36628)

This commit is contained in:
Peter Bengtsson
2023-04-26 11:04:40 -04:00
committed by GitHub
parent 0929d50365
commit 7ddd7d2940

View File

@@ -1,6 +1,6 @@
import { jest, test } from '@jest/globals'
import { getDOM } from '../../../tests/helpers/e2etest.js'
import { getDOMCached as getDOM } from '../../../tests/helpers/e2etest.js'
describe('automated page heading accessibility', () => {
jest.setTimeout(3 * 60 * 1000)