fix(bru-2096): handle options prop for req body apis in safe mode (#6… #7
Annotations
4 errors and 1 notice
|
tests/collection/moving-requests/tag-persistence.spec.ts#L110
2) [default] › tests/collection/moving-requests/tag-persistence.spec.ts:75:7 › Tag persistence › verify tag persistence while moving requests between folders
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('.dropdown-item').getByText('New Request')
- locator resolved to <div class="dropdown-item">New Request</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- element is not visible
- retrying click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
108 | button: 'right'
109 | });
> 110 | await page.locator('.dropdown-item').getByText('New Request').click()
| ^
111 | await page.getByRole('textbox', { name: 'Request Name' }).fill('r2');
112 | await page.locator('#new-request-url textarea').fill('https://httpfaker.org/api/echo');
113 | await page.getByRole('button', { name: 'Create' }).click();
at /home/runner/work/bruno/bruno/tests/collection/moving-requests/tag-persistence.spec.ts:110:67
|
|
tests/collection/moving-requests/tag-persistence.spec.ts#L0
2) [default] › tests/collection/moving-requests/tag-persistence.spec.ts:75:7 › Tag persistence › verify tag persistence while moving requests between folders
Test timeout of 30000ms exceeded.
|
|
tests/collection/moving-requests/cross-collection-drag-drop-folder.spec.ts#L162
1) [default] › tests/collection/moving-requests/cross-collection-drag-drop-folder.spec.ts:123:7 › Cross-Collection Drag and Drop for folder › Verify cross-collection folder drag and drop, a duplicate folder exist. expected to throw error toast
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('.dropdown-item').filter({ hasText: 'New Request' })
- locator resolved to <div class="dropdown-item">New Request</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
160 | // Add a request to the folder to make it more realistic
161 | await page.locator('.collection-item-name').filter({ hasText: 'folder-1' }).click({ button: 'right' });
> 162 | await page.locator('.dropdown-item').filter({ hasText: 'New Request' }).click();
| ^
163 | await page.getByPlaceholder('Request Name').fill('http-request');
164 | await page.locator('#new-request-url .CodeMirror').click();
165 | await page.locator('textarea').fill('https://echo.usebruno.com');
at /home/runner/work/bruno/bruno/tests/collection/moving-requests/cross-collection-drag-drop-folder.spec.ts:162:77
|
|
tests/collection/moving-requests/cross-collection-drag-drop-folder.spec.ts#L0
1) [default] › tests/collection/moving-requests/cross-collection-drag-drop-folder.spec.ts:123:7 › Cross-Collection Drag and Drop for folder › Verify cross-collection folder drag and drop, a duplicate folder exist. expected to throw error toast
Test timeout of 30000ms exceeded.
|
|
2 flaky
[default] › tests/collection/moving-requests/cross-collection-drag-drop-folder.spec.ts:123:7 › Cross-Collection Drag and Drop for folder › Verify cross-collection folder drag and drop, a duplicate folder exist. expected to throw error toast
[default] › tests/collection/moving-requests/tag-persistence.spec.ts:75:7 › Tag persistence › verify tag persistence while moving requests between folders
146 passed (7.9m)
|
The logs for this run have expired and are no longer available.
Loading