mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-09 06:55:03 +00:00
feat: replace send button with Send/Cancel buttons on request url (#7675)
* feat: replace request send icon with Send/Cancel buttons --------- Co-authored-by: naman-bruno <naman@usebruno.com>
This commit is contained in:
@@ -77,7 +77,7 @@ test.describe.serial('Create and Delete Response Examples', () => {
|
||||
});
|
||||
|
||||
await test.step('Test form reset', async () => {
|
||||
await page.locator('#send-request').getByRole('img').nth(2).click();
|
||||
await page.getByTestId('send-arrow-icon').click();
|
||||
await clickResponseAction(page, 'response-bookmark-btn');
|
||||
|
||||
await page.getByTestId('create-example-name-input').fill('Test Name');
|
||||
|
||||
Reference in New Issue
Block a user