1
0
mirror of synced 2026-01-03 06:04:16 -05:00

skip translations test that requires UI translations (#34024)

This commit is contained in:
Peter Bengtsson
2023-01-18 12:24:37 -05:00
committed by GitHub
parent c75b881194
commit 2fd94e6759

View File

@@ -49,7 +49,8 @@ describe('frame', () => {
)
})
test.each(langs)('loads the survey via site data in %s', async (lang) => {
// Docs Engineering issue: 2637
test.skip.each(langs)('loads the survey via site data in %s', async (lang) => {
const $en = await getDOM(`/en`)
const $ = await getDOM(`/${lang}`)
expect($('[data-testid="survey-form"] h2').text()).not.toEqual(