use getDOMCached to marginally speed up test (#36628)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user