mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACS-8185] [E2E] updated type to fill (#3966)
This commit is contained in:
parent
b5568d43fa
commit
9eba5829c0
@ -267,7 +267,7 @@ test.describe('Create file from template', () => {
|
||||
});
|
||||
|
||||
test('[C325033] File name ending with a dot', async () => {
|
||||
await createFileFromTemplateDialog.getDialogLabel(nameLabel).type(dotString);
|
||||
await createFileFromTemplateDialog.getDialogLabel(nameLabel).fill(dotString);
|
||||
await createFileFromTemplateDialog.page.keyboard.press(tabKeyString);
|
||||
await expect(createFileFromTemplateDialog.getDialogLabel(nameLabel)).toHaveValue(template1InRoot + dotString);
|
||||
expect
|
||||
|
@ -294,7 +294,7 @@ test.describe('Create folder from template', () => {
|
||||
});
|
||||
|
||||
test('[C325145] Folder name ending with a dot', async () => {
|
||||
await createFolderFromTemplateDialog.getDialogLabel(nameLabel).type(dotString);
|
||||
await createFolderFromTemplateDialog.getDialogLabel(nameLabel).fill(dotString);
|
||||
await createFolderFromTemplateDialog.page.keyboard.press(tabKeyString);
|
||||
await expect(createFolderFromTemplateDialog.getDialogLabel(nameLabel)).toHaveValue(templateFolder1 + dotString);
|
||||
expect
|
||||
|
Loading…
x
Reference in New Issue
Block a user