mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 06:28:33 +00:00
refactor: update UI interactions and improve test stability (#6042)
This commit is contained in:
@@ -10,8 +10,8 @@ test.describe.serial('Create and Delete Response Examples', () => {
|
||||
|
||||
test('should create a response example from response bookmark', async ({ pageWithUserData: page }) => {
|
||||
await test.step('Open collection and request', async () => {
|
||||
await page.locator('#sidebar-collection-name').getByText('collection').click();
|
||||
await page.locator('.collection-item-name').getByText('create-example').click();
|
||||
await page.locator('#sidebar-collection-name').filter({ hasText: 'collection' }).click();
|
||||
await page.locator('.collection-item-name').filter({ hasText: 'create-example' }).click();
|
||||
});
|
||||
|
||||
await test.step('Send request and validate example creation', async () => {
|
||||
|
||||
Reference in New Issue
Block a user