fix: improve error path merging from server, make sure no new or removed rows/values coming from the server are being considered outside addFieldRow

This commit is contained in:
Alessio Gravili
2024-03-27 15:55:19 -04:00
parent 08ff286f9a
commit db8e805a96
13 changed files with 115 additions and 59 deletions

View File

@@ -9,7 +9,6 @@ import type { ReadOnlyCollection, RestrictedVersion } from './payload-types.js'
import {
closeNav,
delayNetwork,
exactText,
initPageConsoleErrorCatch,
openDocControls,
@@ -60,7 +59,6 @@ describe('access control', () => {
const context = await browser.newContext()
page = await context.newPage()
initPageConsoleErrorCatch(page)
await delayNetwork({ context, page, delay: 'Slow 4G' })
})
test('field without read access should not show', async () => {