Skip to content

Commit e66f596

Browse files
committed
fix: update input placeholder
1 parent 998e39c commit e66f596

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/suites/tenant/summary/ObjectSummary.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ export class ObjectSummary {
3939
this.primaryKeys = page.locator('.schema-viewer__keys_type_primary');
4040
this.actionsMenu = new ActionsMenu(page.locator('.g-popup.g-popup_open'));
4141
this.createDirectoryModal = page.locator('.g-modal.g-modal_open');
42-
this.createDirectoryInput = page.locator(
43-
'.g-text-input__control[placeholder="Relative path"]',
44-
);
42+
this.createDirectoryInput = page.locator('.g-text-input__control[placeholder="Name"]');
4543
this.createDirectoryButton = page.locator('button.g-button_view_action:has-text("Create")');
4644
this.refreshButton = page.locator('.ydb-object-summary__refresh-button');
4745

0 commit comments

Comments
 (0)