Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 482a327

Browse files
committed
fix: added test case
1 parent 54d501d commit 482a327

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/features/Apiexplorer/__tests__/ApiExplorer.test.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,6 @@ describe('ApiExplorerFeatures', () => {
151151
await userEvent.click(close_button);
152152
expect(dialog).not.toBeVisible();
153153
});
154-
155-
it('should change the text when writing in the textbox', async () => {
156-
const json_box = screen.getByPlaceholderText('Request JSON');
157-
expect(json_box).toBeVisible();
158-
await userEvent.type(json_box, 'test123');
159-
expect(mockHandleSelectChange).toHaveBeenCalled();
160-
});
161154
});
162155

163156
describe('Logged in', () => {

0 commit comments

Comments
 (0)