chore: add skipped, failing lexical e2e test for errors within nested block fields, fix lexical seed data, disable access-control test (#5508)

This commit is contained in:
Alessio Gravili
2024-03-28 13:36:05 -04:00
committed by GitHub
parent 08dd9ca91c
commit 93dd6b5a98
4 changed files with 37 additions and 3 deletions

View File

@@ -257,7 +257,8 @@ describe('access control', () => {
})
})
test('should show test global immediately after allowing access', async () => {
// TODO: Test flakes. In CI, test global does not appear in nav. Perhaps the checkbox setValue is not triggered BEFORE the document is saved, as the custom save button can be clicked even if the form has not been set to modified.
test.skip('should show test global immediately after allowing access', async () => {
await page.goto(`${serverURL}/admin/globals/settings`)
await openNav(page)