mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 14:08:38 +00:00
revert: feat(phase-1): allow user to customize keybindings#7163 (#7457)
* Revert "feat(phase-1): allow user to customize keybindings (#7163)" This reverts commit14532b48a6. * Revert "chore: UI Polish for Zoom and Keybindings panel (#7376)" This reverts commit5151d29aac.
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user