Skip to content

Commit c7db9d0

Browse files
committed
fix grpc test
1 parent cf3bbb3 commit c7db9d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/insomnia-smoke-test/tests/smoke/grpc.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ test('can send gRPC requests with reflection', async ({ app, page }) => {
2020
await page.getByLabel('PreRelease gRPC').click();
2121

2222
await page.getByLabel('Request Collection').getByTestId('UnaryWithOutProtoFile').press('Enter');
23-
await expect.soft(page.getByRole('button', { name: 'Select Method' })).toBeDisabled();
2423
await page.getByTestId('button-server-reflection').click();
2524

2625
await page.getByRole('button', { name: 'Select Method' }).click();

0 commit comments

Comments
 (0)