chore(translations, ui): updates addImage translation to addFile translation (#7231)

This commit is contained in:
Patrik
2024-07-19 13:36:37 -04:00
committed by GitHub
parent 18063bd256
commit cf6da0186b
35 changed files with 37 additions and 37 deletions

View File

@@ -100,8 +100,8 @@ describe('Upload', () => {
const inputField = page.locator('.file-field__upload .file-field__remote-file')
await inputField.fill(remoteImage)
const addImageButton = page.locator('.file-field__add-file')
await addImageButton.click()
const addFileButton = page.locator('.file-field__add-file')
await addFileButton.click()
await expect(page.locator('.file-field .file-field__filename')).toHaveValue('og-image.jpg')