We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998e39c commit e66f596Copy full SHA for e66f596
1 file changed
tests/suites/tenant/summary/ObjectSummary.ts
@@ -39,9 +39,7 @@ export class ObjectSummary {
39
this.primaryKeys = page.locator('.schema-viewer__keys_type_primary');
40
this.actionsMenu = new ActionsMenu(page.locator('.g-popup.g-popup_open'));
41
this.createDirectoryModal = page.locator('.g-modal.g-modal_open');
42
- this.createDirectoryInput = page.locator(
43
- '.g-text-input__control[placeholder="Relative path"]',
44
- );
+ this.createDirectoryInput = page.locator('.g-text-input__control[placeholder="Name"]');
45
this.createDirectoryButton = page.locator('button.g-button_view_action:has-text("Create")');
46
this.refreshButton = page.locator('.ydb-object-summary__refresh-button');
47
0 commit comments