mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-20 14:17:29 -04:00
test: wait pet 2 tab to become visible (#8770)
This commit is contained in:
@@ -64,6 +64,7 @@ test('can use client certificate for mTLS', async ({ app, page }) => {
|
||||
await page.locator('[data-test-id="client-certificate-toggle"]').click();
|
||||
await page.getByRole('button', { name: 'Done' }).click();
|
||||
await page.getByLabel('Request Collection').getByTestId('pet 2').press('Enter');
|
||||
await expect.soft(page.getByLabel('Insomnia Tabs').getByText('pet 2', { exact: true })).toBeVisible();
|
||||
|
||||
await page.getByRole('button', { name: 'Send', exact: true }).click();
|
||||
await expect.soft(statusTag).toContainText('401 Unauthorized');
|
||||
|
||||
Reference in New Issue
Block a user