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:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user