revert: feat(phase-1): allow user to customize keybindings#7163 (#7457)

* Revert "feat(phase-1): allow user to customize keybindings (#7163)"

This reverts commit 14532b48a6.

* Revert "chore: UI Polish for Zoom and Keybindings panel (#7376)"

This reverts commit 5151d29aac.
This commit is contained in:
Sid
2026-03-12 20:48:16 +05:30
committed by GitHub
parent ddb1c69fc9
commit 670f11be37
25 changed files with 494 additions and 3912 deletions

View File

@@ -450,7 +450,7 @@ const createFolder = async (
}
await locators.dropdown.item('New Folder').click();
await page.getByTestId('new-folder-input').fill(folderName);
await page.getByPlaceholder('Folder Name').fill(folderName);
await locators.modal.button('Create').click();
await expect(locators.sidebar.folder(folderName)).toBeVisible();
});