Skip to content

Commit a5b2695

Browse files
committed
test: assert Request Body is absent for GET in payload tab e2e
1 parent 922bf5c commit a5b2695

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

e2e/tests/payload-tab.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ test.describe('payload tab', () => {
6262
await payloadTab.click();
6363
await expect(payloadTab).toHaveClass(/active/);
6464
await expect(panelPage.locator('.sect-hdr', { hasText: 'Response Body' })).toBeVisible();
65+
await expect(panelPage.locator('.sect-hdr', { hasText: 'Request Body' })).not.toBeVisible();
6566

6667
await panelPage.close();
6768
});

0 commit comments

Comments
 (0)