fix: utilizes override access false (#9550)
### What? overrideAccess was missing on local operations inside the server function for copy locale. ### How? Adds overrideAccess: false
This commit is contained in:
@@ -261,6 +261,7 @@ describe('Localization', () => {
|
||||
await createAndSaveDoc(page, url, { description, title })
|
||||
await openCopyToLocaleDrawer(page)
|
||||
await expect(page.locator('.copy-locale-data__content')).toBeVisible()
|
||||
await page.locator('.drawer-close-button').click()
|
||||
})
|
||||
|
||||
test('should copy data to correct locale', async () => {
|
||||
|
||||
Reference in New Issue
Block a user